mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-5645] Renamed the theme
This commit is contained in:
committed by
Anukriti Singh
parent
e1d866a3ab
commit
2ac50ad3cc
+1
-1
@@ -5,7 +5,7 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
background: var(--adf-metadata-buttons-background-color);
|
||||
background: var(--theme-metadata-buttons-background-color);
|
||||
height: 32px;
|
||||
border-radius: 12px;
|
||||
align-items: center;
|
||||
|
||||
+2
-2
@@ -35,7 +35,7 @@
|
||||
align-items: center;
|
||||
border-radius: 16px;
|
||||
width: fit-content;
|
||||
background: var(--adf-metadata-buttons-background-color);
|
||||
background: var(--theme-metadata-buttons-background-color);
|
||||
margin-top: 12px;
|
||||
padding: 6px 12px;
|
||||
justify-content: center;
|
||||
@@ -105,7 +105,7 @@
|
||||
}
|
||||
|
||||
.adf-info-drawer-layout-content .adf-content-metadata-card .adf-metadata-properties .mat-expansion-panel {
|
||||
border: 1px solid var(--adf-metadata-property-panel-border-color);
|
||||
border: 1px solid var(--theme-metadata-property-panel-border-color);
|
||||
border-radius: 12px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@ adf-tags-creator {
|
||||
display: block;
|
||||
|
||||
.adf-label-with-icon-button {
|
||||
background: var(--adf-metadata-buttons-background-color);
|
||||
background: var(--theme-metadata-buttons-background-color);
|
||||
width: fit-content;
|
||||
height: 32px;
|
||||
display: inline-flex;
|
||||
@@ -50,7 +50,7 @@ adf-tags-creator {
|
||||
}
|
||||
|
||||
.adf-tag-search-field {
|
||||
background: var(--adf-metadata-buttons-background-color);
|
||||
background: var(--theme-metadata-buttons-background-color);
|
||||
height: 32px;
|
||||
border-radius: 12px;
|
||||
align-items: center;
|
||||
|
||||
@@ -45,8 +45,8 @@
|
||||
--adf-identity-user-info-line-height: $adf-ref-line-height,
|
||||
--adf-identity-user-info-font-size: var(--theme-adf-picture-1-font-size),
|
||||
--adf-user-info-container-margin-right: $adf-ref-margin-right,
|
||||
--adf-metadata-property-panel-border-color: $adf-metadata-property-panel-border-color,
|
||||
--adf-metadata-buttons-background-color: $adf-metadata-buttons-background-color,
|
||||
--theme-metadata-property-panel-border-color: $metadata-property-panel-border-color,
|
||||
--theme-metadata-buttons-background-color: $metadata-buttons-background-color,
|
||||
);
|
||||
|
||||
// propagates SCSS variables into the CSS variables scope
|
||||
|
||||
@@ -27,5 +27,5 @@ $adf-ref-height: 40px;
|
||||
$adf-ref-width: 40px;
|
||||
$adf-ref-line-height: 40px;
|
||||
$adf-ref-margin-right: 8px;
|
||||
$adf-metadata-property-panel-border-color: rgba(0, 0, 0, 0.12);
|
||||
$adf-metadata-buttons-background-color: rgba(33, 33, 33, 0.05);
|
||||
$metadata-property-panel-border-color: rgba(0, 0, 0, 0.12);
|
||||
$metadata-buttons-background-color: rgba(33, 33, 33, 0.05);
|
||||
|
||||
Reference in New Issue
Block a user