[DEV] update display of group scene component
This commit is contained in:
parent
7ea7446335
commit
a84197505e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user