[DEV] update display of type view component

This commit is contained in:
Edouard DUPIN 2020-01-09 06:43:24 +01:00
parent e3a62787ca
commit 59d83b5ddd

View File

@ -8,9 +8,10 @@
}
.item {
background-color: rgba(200, 200, 200, 0.5);
font-size: 20px;
height: 21%;
width: 23%;
height: 280px;
width: 200px;
margin: 1%;
padding: 0;
overflow: hidden;
@ -37,7 +38,8 @@
}
&: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 {