Files
notifications-admin/app/assets/stylesheets/components/preview-pane.scss
Katie Smith 83c10149bd Rename 'email-branding-preview' CSS styles to 'branding-preview'
Renamed since the same styling will be used for previewing letters.
2019-02-19 10:44:51 +00:00

19 lines
549 B
SCSS

.branding-preview {
width: 100%;
box-sizing: border-box;
border: solid 1px $border-colour;
min-height: 200px;
margin-bottom: $gutter
}
#logo-img {
background-color: $grey-4;
background-image: linear-gradient(45deg, $grey-3 25%, transparent 25%), linear-gradient(-45deg, $grey-3 25%, transparent 25%), linear-gradient(45deg, transparent 75%, $grey-3 75%), linear-gradient(-45deg, transparent 75%, $grey-3 75%);
background-size: 20px 20px;
background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
img {
display: block;
}
}