[DEV] update display of home view

This commit is contained in:
Edouard DUPIN 2020-01-09 06:39:18 +01:00
parent a35f6bfc10
commit e3a62787ca

View File

@ -8,17 +8,18 @@
}
.item {
background-color: rgba(200, 200, 200, 0.5);
font-size: 20px;
height: 21%;
width: 23%;
height: 190px;
width: 200px;
margin: 1%;
padding: 0;
overflow: hidden;
//box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.24);
// box-shadow: 0 1px 1.5px 0 rgba(0,0,0,.12),0 1px 1px 0 rgba(0,0,0,.24);
box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.6);
line-height: normal;
border: none;
font-family: "Roboto","Helvetica","Arial",sans-serif;
font-family: "Roboto","Helvetica","Arial","sans-serif";
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0;
@ -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 {