More styling!
This commit is contained in:
parent
914291815c
commit
b11f81510b
@ -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;
|
||||
}
|
||||
|
@ -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)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user