Improves styles and i18n for budget results
This commit is contained in:
@@ -312,6 +312,11 @@ body.admin {
|
||||
}
|
||||
}
|
||||
|
||||
[class^="icon-"].delete {
|
||||
border: 0;
|
||||
font-size: $base-font-size;
|
||||
}
|
||||
|
||||
.verified {
|
||||
color: $check;
|
||||
|
||||
|
||||
@@ -234,6 +234,14 @@ a {
|
||||
color: $brand;
|
||||
}
|
||||
}
|
||||
|
||||
&.no-margin-top {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
&.no-padding-top {
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.small {
|
||||
@@ -1194,6 +1202,16 @@ table {
|
||||
}
|
||||
}
|
||||
|
||||
.table-for-mobile {
|
||||
|
||||
@include breakpoint(medium down) {
|
||||
th, td {
|
||||
display: block;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// 12. Social
|
||||
// ----------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user