mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-01 03:50:26 -04:00
This stuff if leftover from when we used to have the sidebar of links next to each template.
22 lines
287 B
SCSS
22 lines
287 B
SCSS
.message {
|
|
|
|
&-name {
|
|
@include bold-24;
|
|
margin: 20px 0 5px 0;
|
|
|
|
a {
|
|
display: block;
|
|
margin-bottom: -$gutter;
|
|
padding-bottom: $gutter;
|
|
}
|
|
|
|
}
|
|
|
|
&-type {
|
|
color: $secondary-text-colour;
|
|
margin-bottom: $gutter / 3;
|
|
pointer-events: none;
|
|
}
|
|
|
|
}
|