An error occurred while loading the file. Please try again.
-
Thomas Mathieu authored0d77d9e9
mat-grid-list {
width: 90%;
margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
}
/* Buttons */
.img-logo{
transform: scale(1);
}
.button-graphics, .button-search , .button-settings, .button-home{
transform: scale(1.5);
color: black;
margin-top: 19px;
}
.button-graphics :hover, .button-search :hover , .button-settings :hover {
transform: scale(1.7);
}
.button-home:hover{
transform: scale(2.4);
}
/* Horizontal separator */
.underline {
border: 0.5px solid rgb(0,94,184);
margin-top: -10px;
margin-left: 0%;
width: 100%;
}
/* The whole toolbar div */
.body {
width: 75%;
margin: auto;
height: 200px;
}