mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-14 23:08:07 -04:00
35 lines
460 B
SCSS
35 lines
460 B
SCSS
|
|
.message {
|
||
|
|
|
||
|
|
&-name {
|
||
|
|
@include bold-24;
|
||
|
|
margin: 20px 0 5px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
&-updated-at {
|
||
|
|
@include copy-16;
|
||
|
|
color: $secondary-text-colour;
|
||
|
|
margin: 0 0 5px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
&-use-links {
|
||
|
|
|
||
|
|
@include copy-16;
|
||
|
|
margin-top: -7px;
|
||
|
|
color: $secondary-text-colour;
|
||
|
|
|
||
|
|
a {
|
||
|
|
@include core-19;
|
||
|
|
display: block;
|
||
|
|
margin-bottom: 5px;
|
||
|
|
text-decoration: none;
|
||
|
|
|
||
|
|
&:hover {
|
||
|
|
text-decoration: underline;
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
}
|