[ACS-7331] - View details sidebar (#9455)

This commit is contained in:
jacekpluta
2024-04-17 19:45:12 +02:00
committed by VitoAlbano
parent cdfdc3d0a3
commit 61ae33975c
12 changed files with 147 additions and 68 deletions

View File

@@ -1,6 +1,4 @@
.adf-categories-management {
padding-top: 12px;
.adf-category-name-field {
justify-content: space-between;
width: 100%;
@@ -11,7 +9,9 @@
align-items: center;
input {
padding: 7px 8px;
background-color: transparent;
padding: 7px 8px 8px 8px;
width: 100%;
}
}

View File

@@ -1,3 +1,5 @@
@import 'styles/mat-selectors';
$panel-properties-height: 56px !default;
.adf {
@@ -10,7 +12,12 @@ $panel-properties-height: 56px !default;
.adf-property-list .adf-property .adf-property-field {
.adf-property-value:not(.adf-card-view-selectitem .adf-property-value) {
margin-top: 20px;
margin-top: 10px;
height: 32px;
&:is(textarea) {
padding-top: 6px;
}
}
label {
@@ -30,6 +37,19 @@ $panel-properties-height: 56px !default;
}
}
#{$mat-expansion-panel-body} {
padding-top: 16px;
input {
border-color: transparent;
width: 100%;
&:focus-visible {
outline: none;
}
}
}
.adf-edit-icon-buttons {
color: var(--adf-theme-foreground-text-color-054);
}
@@ -41,7 +61,6 @@ $panel-properties-height: 56px !default;
border-radius: 16px;
width: fit-content;
background: var(--adf-metadata-buttons-background-color);
margin-top: 12px;
padding: 6px 12px;
justify-content: center;
margin-left: 8px;
@@ -51,7 +70,7 @@ $panel-properties-height: 56px !default;
.adf-metadata-no-item-added {
word-break: break-all;
font-size: 15px;
padding: 16px 0 0 12px;
padding: 0 0 0 12px;
}
&-tags {