mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Merged PR 894: #2252 Filter iPad Styling Fixes, Reading-Age, Goods-In, Goods-Out padding
#2252 Filter iPad Styling Fixes, Reading-Age, Goods-In, Goods-Out padding
This commit is contained in:
committed by
Lorenz Hilpert
parent
1f5cbd8579
commit
19340905db
@@ -12,6 +12,7 @@
|
||||
}
|
||||
|
||||
.goods-in-search-filter-content-main {
|
||||
@apply px-4;
|
||||
h1.title {
|
||||
@apply text-center;
|
||||
}
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
}
|
||||
|
||||
.goods-out-search-filter-content-main {
|
||||
@apply px-4;
|
||||
h1.title {
|
||||
@apply text-center;
|
||||
}
|
||||
|
||||
@@ -14,3 +14,7 @@
|
||||
.ui-filter-date-range-validation {
|
||||
@apply text-brand text-base font-bold;
|
||||
}
|
||||
|
||||
::ng-deep ui-input-option-number-range ui-form-control input {
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
@@ -54,7 +54,7 @@ button.clear {
|
||||
}
|
||||
|
||||
.input-wrapper {
|
||||
@apply flex flex-row-reverse gap-4 flex-grow items-center;
|
||||
@apply flex flex-row-reverse flex-grow items-center;
|
||||
|
||||
span {
|
||||
@apply font-bold text-lg;
|
||||
@@ -64,7 +64,7 @@ button.clear {
|
||||
:host[type='radio'][variant='default'] ::ng-deep,
|
||||
:host[type='checkbox'][variant='default'] ::ng-deep {
|
||||
.input-wrapper {
|
||||
@apply grid grid-flow-col;
|
||||
@apply grid grid-flow-col gap-4;
|
||||
}
|
||||
|
||||
label,
|
||||
|
||||
Reference in New Issue
Block a user