mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
8 lines
151 B
SCSS
8 lines
151 B
SCSS
.email-branding-preview {
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
border: solid 1px $border-colour;
|
|
min-height: 200px;
|
|
margin-bottom: $gutter
|
|
}
|