[ACS-5551] design updated

This commit is contained in:
Anukriti Singh
2023-10-13 16:29:41 +05:30
parent 7e88ec93c0
commit 2c0b64d8b1
2 changed files with 6 additions and 4 deletions
@@ -1,7 +1,9 @@
$panel-properties-height: 56px !default;
.adf { .adf {
&-metadata-properties { &-metadata-properties {
mat-expansion-panel-header { mat-expansion-panel-header {
height: 56px; height: $panel-properties-height;
padding: 0 12px; padding: 0 12px;
border-radius: 12px; border-radius: 12px;
@@ -74,7 +76,7 @@
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
font-size: 15px; font-size: 15px;
height: 56px; height: $panel-properties-height;
} }
adf-tags-creator { adf-tags-creator {
@@ -112,7 +114,7 @@
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
font-size: 15px; font-size: 15px;
height: 56px; height: $panel-properties-height;
button { button {
margin-right: -14px; margin-right: -14px;
@@ -12,7 +12,7 @@
& &-layout { & &-layout {
.adf-info-drawer-icon{ .adf-info-drawer-icon {
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
margin-right: 10px; margin-right: 10px;