[DEV] update display of group scene component

This commit is contained in:
Edouard DUPIN 2020-01-09 06:45:22 +01:00
parent 7ea7446335
commit a84197505e

View File

@ -8,6 +8,7 @@
}
.item {
background-color: rgba(200, 200, 200, 0.5);
font-size: 20px;
height: 21%;
width: 23%;
@ -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 {