mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
Add message history
This commit is contained in:
@@ -45,4 +45,36 @@
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
&-history {
|
||||
|
||||
background: $turquoise;
|
||||
color: $white;
|
||||
padding: $gutter-half;
|
||||
@include core-16;
|
||||
margin-bottom: $gutter;
|
||||
@extend %contain-floats;
|
||||
|
||||
&-heading {
|
||||
@include bold-16;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
&-status {
|
||||
float: left;
|
||||
margin: 0 0 10px 0;
|
||||
padding: 0;
|
||||
width: 66%;
|
||||
}
|
||||
|
||||
&-time {
|
||||
float: left;
|
||||
clear: left;
|
||||
padding: 0;
|
||||
width: 33%;
|
||||
min-width: 3.2em;
|
||||
max-width: 4.8em;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user