mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
@@ -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