app/assets/stylesheets/admin/custom.css.scss in tkh_admin_panel-0.9.23 vs app/assets/stylesheets/admin/custom.css.scss in tkh_admin_panel-0.9.24
- old
+ new
@@ -13,10 +13,14 @@
h2 {
&:first-of-type { margin-top: 0; }
}
+td {
+ font-size: 1.25rem;
+}
+
form {
margin: 2em .5em;
}
label {
@@ -69,9 +73,11 @@
footer {
margin: 2em 1em .5em;
text-align: center;
}
+.glyphicon-ok { color: $brand-success; }
+.glyphicon-remove { color: $brand-danger; }
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
margin-bottom: 0;
}