Fix total header in admin roles

stable
Juanfran 2014-10-23 11:04:15 +02:00 committed by Xavier Julián
parent 5614f763a7
commit f9b102527d
1 changed files with 3 additions and 12 deletions

View File

@ -1,6 +1,9 @@
.admin-roles {
.total {
@extend %large;
@extend %title;
background-color: $whitish;
color: $grayer;
padding: 1rem;
&:hover {
.edit-value {
@ -53,18 +56,6 @@
}
}
}
.total {
@extend %large;
@extend %title;
background-color: $whitish;
color: $grayer;
padding: 1rem;
span {
@extend %medium;
@extend %text;
padding-left: .5rem;
}
}
.any-computable-role {
background: $red;
color: $white;