More styling!

This commit is contained in:
Zakary Timson 2019-08-24 20:12:23 -04:00
parent 914291815c
commit b11f81510b
2 changed files with 11 additions and 7 deletions

View File

@ -1,10 +1,3 @@
mat-toolbar {
position: absolute;
height: 40px !important;
z-index: 500;
background-color: rgba(255, 255, 255, 0.5)
}
.selected {
background-color: #cccccc;
}

View File

@ -23,3 +23,14 @@
bottom: 15px;
right: 15px;
}
::ng-deep .mat-menu-panel {
background-color: rgba(255, 255, 255, 0.8) !important;
}
::ng-deep .mat-toolbar {
position: absolute;
height: 45px !important;
z-index: 500;
background-color: rgba(255, 255, 255, 0.8)
}