mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-16 01:43:01 -06:00
CSS twweaks on select tg pane
This commit is contained in:
parent
16c79670d2
commit
e2288c6fdc
|
|
@ -3,7 +3,6 @@
|
||||||
<button (click)="close()" mat-icon-button>
|
<button (click)="close()" mat-icon-button>
|
||||||
<mat-icon>arrow_back</mat-icon>
|
<mat-icon>arrow_back</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
<div class="radio-button-spacer"></div>
|
|
||||||
<button class="radio-button-mini all-off" (click)="avoid(null, null, true)">
|
<button class="radio-button-mini all-off" (click)="avoid(null, null, true)">
|
||||||
OFF
|
OFF
|
||||||
</button>
|
</button>
|
||||||
|
|
@ -21,7 +20,6 @@
|
||||||
{{ talkgroup.alphaTag }}
|
{{ talkgroup.alphaTag }}
|
||||||
</button>
|
</button>
|
||||||
<ng-container *ngIf="system.talkgroups.length > 1">
|
<ng-container *ngIf="system.talkgroups.length > 1">
|
||||||
<div class="radio-button-spacer"></div>
|
|
||||||
<button class="radio-button-mini all-off" (click)="avoid(system, null, true)">
|
<button class="radio-button-mini all-off" (click)="avoid(system, null, true)">
|
||||||
OFF
|
OFF
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
|
|
@ -7,18 +7,21 @@
|
||||||
.radio-body {
|
.radio-body {
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
|
|
||||||
|
>div:first-child {
|
||||||
|
padding-right: 14.5px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.radio-button-group {
|
.radio-button-group {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
|
|
||||||
|
*:nth-last-child(2) {
|
||||||
|
margin-left: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.radio-button-mini {
|
.radio-button-mini {
|
||||||
|
|
||||||
&:not(:last-child) {
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.all-off {
|
&.all-off {
|
||||||
background: rgb(100, 50, 50);
|
background: rgb(100, 50, 50);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue