31 lines
343 B
SCSS
31 lines
343 B
SCSS
a {
|
|
margin-right: 1em;
|
|
}
|
|
|
|
@media print {
|
|
div.toolbar {
|
|
display: none;
|
|
}
|
|
div.container {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
|
|
.spacer {
|
|
flex: 1 1 auto;
|
|
}
|
|
|
|
.menu-button {
|
|
background-color: rgb(0, 92, 187);
|
|
}
|
|
|
|
.menu-button-icon {
|
|
color: white;
|
|
}
|
|
|
|
mat-toolbar {
|
|
background-color: transparent;
|
|
}
|