pwa
This commit is contained in:
@@ -60,6 +60,23 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.connection-status {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
margin-right: 0.5rem;
|
||||
color: var(--mat-sys-primary);
|
||||
}
|
||||
|
||||
.connection-status.offline {
|
||||
color: var(--mat-sys-error);
|
||||
}
|
||||
|
||||
.connection-status mat-icon {
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.app-toolbar a[mat-button],
|
||||
.app-toolbar a[mat-flat-button] {
|
||||
margin-left: 0.25rem;
|
||||
|
||||
Reference in New Issue
Block a user