Skip to content

Commit

Permalink
styles.scs changed
Browse files Browse the repository at this point in the history
  • Loading branch information
nkarmazina committed Dec 28, 2023
1 parent 8d8d880 commit f76f40c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions frontend/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1123,6 +1123,15 @@ mat-mdc-select{
margin-top: 5px;
}

.addBlockDropDown .mat-mdc-form-field-infix{
padding-bottom: 3px;
}

.mat-mdc-form-field.addBlockDropDown .mat-mdc-select-value-text {
font-size: 15px;
margin-left: 8px;
}

.mat-mdc-select-arrow{
width: 15px !important;
}
Expand All @@ -1147,14 +1156,6 @@ mat-mdc-select{
height: 40px;
}

.addBlockDropDown .mat-mdc-form-field-infix{
padding-bottom: 3px;
}

.mat-mdc-form-field.addBlockDropDown .mat-mdc-select-value-text {
font-size: 15px;
margin-left: 8px;
}
.darkTheme .mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mdc-list-item__primary-text,
.darkTheme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,
.darkTheme .mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
Expand Down

0 comments on commit f76f40c

Please sign in to comment.