mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-5551] design updated
This commit is contained in:
+5
-3
@@ -1,7 +1,9 @@
|
||||
$panel-properties-height: 56px !default;
|
||||
|
||||
.adf {
|
||||
&-metadata-properties {
|
||||
mat-expansion-panel-header {
|
||||
height: 56px;
|
||||
height: $panel-properties-height;
|
||||
padding: 0 12px;
|
||||
border-radius: 12px;
|
||||
|
||||
@@ -74,7 +76,7 @@
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
font-size: 15px;
|
||||
height: 56px;
|
||||
height: $panel-properties-height;
|
||||
}
|
||||
|
||||
adf-tags-creator {
|
||||
@@ -112,7 +114,7 @@
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
font-size: 15px;
|
||||
height: 56px;
|
||||
height: $panel-properties-height;
|
||||
|
||||
button {
|
||||
margin-right: -14px;
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
& &-layout {
|
||||
|
||||
.adf-info-drawer-icon{
|
||||
.adf-info-drawer-icon {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-right: 10px;
|
||||
|
||||
Reference in New Issue
Block a user