Index: static/scss/_utilities.scss |
=================================================================== |
--- a/static/scss/_utilities.scss |
+++ b/static/scss/_utilities.scss |
@@ -100,28 +100,23 @@ |
padding: 0; |
border: 0; |
} |
/* Unstyled elements |
******************************************************************************/ |
.unstyled, |
-.unstyled *, |
-.content .unstyled |
+.unstyled * |
{ |
- margin: 0; |
- padding: 0; |
- border: 0; |
- background: none; |
-} |
- |
-ul.unstyled |
-{ |
- list-style: none; |
+ margin: 0 !important; |
+ padding: 0 !important; |
+ border: 0 !important; |
+ background: none !important; |
+ list-style: none !important; |
ire
2017/12/05 09:30:13
NIT: Is there a reason you removed the `list-style
|
} |
/* Backgrounds |
******************************************************************************/ |
.bg-primary |
{ |
color: $primary-light; |