mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-20 11:41:00 +03:00
29 lines
380 B
SCSS
29 lines
380 B
SCSS
.operator-select {
|
|
width: 90px;
|
|
}
|
|
|
|
.property-select {
|
|
margin-left: 10px;
|
|
width: 110px;
|
|
}
|
|
|
|
.comparator-select {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.value-input {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
:host ::ng-deep.mdc-list-item {
|
|
height: 75px !important;
|
|
}
|
|
|
|
:host ::ng-deep.mdc-list-item__content {
|
|
pointer-events: unset;
|
|
}
|
|
|
|
.rule-buttons {
|
|
position: relative;
|
|
top: 8px;
|
|
} |