[DEV] update display of type view component
This commit is contained in:
parent
e3a62787ca
commit
59d83b5ddd
@ -8,9 +8,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
|
background-color: rgba(200, 200, 200, 0.5);
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
height: 21%;
|
height: 280px;
|
||||||
width: 23%;
|
width: 200px;
|
||||||
margin: 1%;
|
margin: 1%;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@ -37,7 +38,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: #F00;
|
background-color: rgba(200, 200, 200, 1);
|
||||||
|
//box-shadow: 0px 2px 4px 0 rgba(255, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
.material-icons {
|
.material-icons {
|
||||||
|
Loading…
Reference in New Issue
Block a user