Improves styles and i18n for budget results

This commit is contained in:
decabeza
2017-05-19 17:32:10 +02:00
parent 0b68f3c619
commit b42533062e
7 changed files with 61 additions and 60 deletions

View File

@@ -312,6 +312,11 @@ body.admin {
}
}
[class^="icon-"].delete {
border: 0;
font-size: $base-font-size;
}
.verified {
color: $check;

View File

@@ -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
// ----------