|
|
|
mat-toolbar {
|
|
height: 60px;
|
|
background-color: #3f51b5;
|
|
color: white;
|
|
}
|
|
|
|
.admin-button,
|
|
.user-button{
|
|
background-color: #e0e0e0;
|
|
}
|
|
|
|
.navbar-button-row {
|
|
display: flex;
|
|
justify-content: end;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
button[mat-flat-button] {
|
|
margin: 0 5px;
|
|
}
|
|
|
|
.navbar-tittle{
|
|
cursor: pointer;
|
|
}
|