mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Few style updates per PR feedback
This commit is contained in:
@@ -312,24 +312,15 @@ td.table-empty-message {
|
||||
|
||||
.dashboard {
|
||||
.big-number-with-status {
|
||||
// a {
|
||||
// background: color("blue-60v");
|
||||
// padding: units(2);
|
||||
// margin-bottom: units(1);
|
||||
// text-decoration: none;
|
||||
// &:hover{
|
||||
// background: color("blue-warm-70v");
|
||||
// }
|
||||
// }
|
||||
.big-number-smaller {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.big-number-number {
|
||||
font-size: units(5);
|
||||
line-height: units(6);
|
||||
line-height: units(5);
|
||||
}
|
||||
.big-number-label {
|
||||
font-size: units(3);
|
||||
font-size: units(2.5);
|
||||
}
|
||||
}
|
||||
.big-number-status {
|
||||
|
||||
Reference in New Issue
Block a user