mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
@@ -5,7 +5,7 @@
|
||||
$foreground: map-get($theme, foreground);
|
||||
|
||||
$breadcrumb-chevron-spacer: 2px;
|
||||
$breadcrumb-outline: 1px solid mat-color($alfresco-ecm-blue, A200) !default;
|
||||
$breadcrumb-outline: 1px solid mat-color($accent, A200) !default;
|
||||
|
||||
.adf-breadcrumb {
|
||||
display: flex;
|
||||
|
@@ -1,6 +1,8 @@
|
||||
@mixin adf-card-view-textitem-theme($theme) {
|
||||
$primary: map-get($theme, primary);
|
||||
$accent: map-get($theme, accent);
|
||||
$foreground: map-get($theme, foreground);
|
||||
$outline: 1px solid mat-color($alfresco-ecm-blue, A200) !default;
|
||||
$outline: 1px solid mat-color($accent, A200) !default;
|
||||
|
||||
.adf {
|
||||
&-textitem-edit-icon.mat-icon {
|
||||
|
@@ -2,6 +2,7 @@
|
||||
$foreground: map-get($theme, foreground);
|
||||
$background: map-get($theme, background);
|
||||
$primary: map-get($theme, primary);
|
||||
$accent: map-get($theme, accent);
|
||||
|
||||
$data-table-font-size: 14px !default;
|
||||
$data-table-header-font-size: 12px !default;
|
||||
@@ -11,8 +12,8 @@
|
||||
$data-table-header-sorted-icon-hover-color: mat-color($foreground, disabled-text) !default;
|
||||
$data-table-cell-text-color: mat-color($foreground, text) !default;
|
||||
$data-table-cell-link-color: mat-color($foreground, text) !default;
|
||||
$data-table-cell-link-hover-color: mat-color($alfresco-ecm-blue, 500) !default;
|
||||
$data-table-outline: 1px solid mat-color($alfresco-ecm-blue, A200) !default;
|
||||
$data-table-cell-link-hover-color: mat-color($accent, 500) !default;
|
||||
$data-table-outline: 1px solid mat-color($accent, A200) !default;
|
||||
$data-table-divider-color: mat-color($foreground, text, 0.07) !default;
|
||||
$data-table-hover-color: mat-color($background, 'hover') !default;
|
||||
$data-table-selection-color: mat-color($background, 'selected-button') !default;
|
||||
@@ -24,7 +25,7 @@
|
||||
$data-table-column-padding: $data-table-column-spacing / 2;
|
||||
$data-table-card-padding: 24px !default;
|
||||
$data-table-cell-top: $data-table-card-padding / 2;
|
||||
$data-table-drag-border: 1px dashed mat-color($alfresco-ecm-blue, A200);
|
||||
$data-table-drag-border: 1px dashed mat-color($accent, A200);
|
||||
$data-table-thumbnail-width: 50px !default;
|
||||
$data-table-cell-min-width: 50px !default;
|
||||
$data-table-cell-min-width--no-grow: 100px !default;
|
||||
|
@@ -32,7 +32,7 @@
|
||||
@import '../templates/empty-content/empty-content.theme';
|
||||
@import '../templates/error-content/error-content.theme';
|
||||
@import '../clipboard/clipboard.theme';
|
||||
@import '../../core/search-text/search-text-input.theme';
|
||||
@import '../search-text/search-text-input.theme';
|
||||
@import './snackbar.theme';
|
||||
@import '../directives/tooltip-card/tooltip-card.theme';
|
||||
@import '../notifications/components/notification-history.theme';
|
||||
|
@@ -1,6 +1,7 @@
|
||||
@mixin adf-image-viewer-theme($theme) {
|
||||
$accent: map-get($theme, accent);
|
||||
$background: map-get($theme, background);
|
||||
$viewer-image-outline: 1px solid mat-color($alfresco-ecm-blue, A200) !default;
|
||||
$viewer-image-outline: 1px solid mat-color($accent, A200) !default;
|
||||
|
||||
.adf-image-viewer {
|
||||
width: 100%;
|
||||
|
@@ -1,4 +1,5 @@
|
||||
@mixin adf-pdf-thumbnails-theme($theme) {
|
||||
$accent: map-get($theme, accent);
|
||||
$background: map-get($theme, background);
|
||||
|
||||
.adf-pdf-thumbnails {
|
||||
@@ -28,7 +29,7 @@
|
||||
}
|
||||
|
||||
&__thumb--selected {
|
||||
border: 2px solid mat-color($alfresco-ecm-blue, A200);
|
||||
border: 2px solid mat-color($accent, A200);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user