mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 05:08:24 -04:00
Rename 'email-branding-preview' CSS styles to 'branding-preview'
Renamed since the same styling will be used for previewing letters.
This commit is contained in:
18
app/assets/stylesheets/components/preview-pane.scss
Normal file
18
app/assets/stylesheets/components/preview-pane.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user