mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 13:48:25 -04:00
Revert "Restyle template statistics and received text messages"
This commit is contained in:
@@ -1,7 +1,15 @@
|
||||
.dashboard {
|
||||
|
||||
th {
|
||||
font-weight: normal;
|
||||
table {
|
||||
th {
|
||||
@include core-19;
|
||||
border-bottom: 0;
|
||||
}
|
||||
|
||||
td {
|
||||
@include core-19;
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
|
||||
> .heading-medium:first-of-type {
|
||||
@@ -26,17 +34,15 @@
|
||||
color: $text-colour;
|
||||
text-align: left;
|
||||
|
||||
&-bar {
|
||||
@include bold-27;
|
||||
span {
|
||||
box-sizing: border-box;
|
||||
display: inline-block;
|
||||
overflow: visible;
|
||||
background: $panel-colour;
|
||||
color: $black;
|
||||
padding: 10px 6px 8px 0;
|
||||
text-indent: 12px;
|
||||
text-align: right;
|
||||
margin: 2px 0 1px 0;
|
||||
padding: 5px 5px 2px 5px;
|
||||
text-indent: -2px;
|
||||
margin: 3px 0 5px 0;
|
||||
transition: width 0.6s ease-in-out;
|
||||
}
|
||||
|
||||
@@ -78,6 +84,19 @@
|
||||
color: $error-colour;
|
||||
}
|
||||
|
||||
.template-usage-table {
|
||||
|
||||
border-top: 1px solid $border-colour;
|
||||
border-bottom: 1px solid $border-colour;
|
||||
margin-top: 10px;
|
||||
margin-bottom: $gutter * 1.3333;
|
||||
|
||||
.table {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.align-with-message-body {
|
||||
display: block;
|
||||
margin-top: $gutter * 5 / 6;
|
||||
|
||||
Reference in New Issue
Block a user