This commit is contained in:
Adina Țeudan 2022-06-28 23:26:10 +03:00
parent c56c44fb24
commit 90c16d2ea5
3 changed files with 7 additions and 7 deletions

View File

@ -32,7 +32,6 @@
}
}
.mat-flat-button.mat-primary,
.mat-button.primary {
padding: 0 14px;

View File

@ -144,7 +144,8 @@ form .iqser-input-group:not(first-of-type) {
max-width: 150px;
}
mat-select, .mat-select.mat-select-disabled {
mat-select,
.mat-select.mat-select-disabled {
.mat-select-trigger {
height: 32px;
}

View File

@ -48,11 +48,11 @@
&:not(.list-can-receive):not(.list-dragging) {
background: repeating-linear-gradient(
-45deg,
var(--iqser-separator),
var(--iqser-separator) 1px,
var(--iqser-background) 1px,
var(--iqser-background) 8px
-45deg,
var(--iqser-separator),
var(--iqser-separator) 1px,
var(--iqser-background) 1px,
var(--iqser-background) 8px
);
> .heading,