Commit 258a3b98 authored by Mahtab Alam's avatar Mahtab Alam Committed by Diego Ocko Martins
Browse files

Issue #3306787: Eval Claro theme image-preview.css

parent 561746c0
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
/**
 * @file
 * Image preview component.
 */

.image-preview__img-wrapper {
  background-color: #ffffff0b;
  box-shadow: inset 0 0 0.4375rem #ffffff0b;
}

.image-preview img {
  background-image:
    linear-gradient(-45deg, #ffffff0b 25%, transparent 26%),
    linear-gradient(-45deg, #ffffff0b 25%, transparent 26%),
    linear-gradient(135deg, #ffffff0b 25%, transparent 26%),
    linear-gradient(135deg, #ffffff0b 25%, transparent 26%);
}

@media screen and (-ms-high-contrast: active) {
  .image-preview img {
    background: #ffffff0b;
  }
}

.image-widget .file.file {
  padding: 0; /* LTR and RTL */
  background: #ffffff0b;
}
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ global-styling:
      css/components/tablesort-indicator.css: {}
      css/components/tabs.css: {}
      css/components/views-ui.css: {}
      css/components/image-preview.css: {}
  dependencies:
    - claro/global-styling