Files
notifications-admin/app/assets/stylesheets/components/message.scss
Chris Hill-Scott 02f8e4e14b Remove unused CSS
This stuff if leftover from when we used to have the sidebar of links
next to each template.
2017-06-20 10:06:15 +01:00

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;
}
}