Radio styles
This commit is contained in:
parent
7da8f7fda7
commit
efc2868938
@ -165,7 +165,7 @@ form .iqser-input-group:not(first-of-type) {
|
||||
}
|
||||
}
|
||||
|
||||
label:not(.mat-slide-toggle-label) {
|
||||
label:not(.mat-slide-toggle-label):not(.mat-radio-label) {
|
||||
opacity: 0.7;
|
||||
font-size: 11px;
|
||||
letter-spacing: 0;
|
||||
|
||||
8
src/assets/styles/common-radio.scss
Normal file
8
src/assets/styles/common-radio.scss
Normal file
@ -0,0 +1,8 @@
|
||||
.mat-radio-group {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.mat-radio-button:not(:last-child) {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
@ -28,3 +28,4 @@
|
||||
@use 'common-tooltips';
|
||||
@use 'common-file-drop';
|
||||
@use 'common-side-nav';
|
||||
@use 'common-radio';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user