Redesign offline indicator on projector

This commit is contained in:
Emanuel Schütze 2019-03-29 17:49:49 +01:00
parent ff41aa8061
commit 8c26f5286b
1 changed files with 6 additions and 3 deletions

View File

@ -9,13 +9,16 @@
position: relative;
#offline-indicator {
top: 5;
top: 0 !important;
right: 0;
color: red;
color: #000000;
opacity: 0.3;
position: absolute;
z-index: 100;
.mat-icon {
font-size: 14pt;
font-size: 8pt;
vertical-align: top;
text-align: right;
}
}