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:
Nino Righi
2021-10-06 08:42:22 +00:00
committed by Lorenz Hilpert
parent 1f5cbd8579
commit 19340905db
4 changed files with 8 additions and 2 deletions

View File

@@ -12,6 +12,7 @@
}
.goods-in-search-filter-content-main {
@apply px-4;
h1.title {
@apply text-center;
}

View File

@@ -12,6 +12,7 @@
}
.goods-out-search-filter-content-main {
@apply px-4;
h1.title {
@apply text-center;
}

View File

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

View File

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