Radio styles

This commit is contained in:
Adina Țeudan 2022-04-07 15:23:50 +03:00
parent 7da8f7fda7
commit efc2868938
3 changed files with 10 additions and 1 deletions

View File

@ -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;

View File

@ -0,0 +1,8 @@
.mat-radio-group {
display: flex;
flex-direction: column;
}
.mat-radio-button:not(:last-child) {
margin-bottom: 8px;
}

View File

@ -28,3 +28,4 @@
@use 'common-tooltips';
@use 'common-file-drop';
@use 'common-side-nav';
@use 'common-radio';