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 {
|
.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;
|
||||||
|
|||||||
Reference in New Issue
Block a user