|
@@ -33,10 +33,10 @@ $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex'
|
|
+clearfix
|
|
+clearfix
|
|
|
|
|
|
.is-pulled-left
|
|
.is-pulled-left
|
|
- float: left
|
|
|
|
|
|
+ float: left !important
|
|
|
|
|
|
.is-pulled-right
|
|
.is-pulled-right
|
|
- float: right
|
|
|
|
|
|
+ float: right !important
|
|
|
|
|
|
// Overflow
|
|
// Overflow
|
|
|
|
|
|
@@ -51,13 +51,13 @@ $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex'
|
|
// Text
|
|
// Text
|
|
|
|
|
|
.has-text-centered
|
|
.has-text-centered
|
|
- text-align: center
|
|
|
|
|
|
+ text-align: center !important
|
|
|
|
|
|
.has-text-left
|
|
.has-text-left
|
|
- text-align: left
|
|
|
|
|
|
+ text-align: left !important
|
|
|
|
|
|
.has-text-right
|
|
.has-text-right
|
|
- text-align: right
|
|
|
|
|
|
+ text-align: right !important
|
|
|
|
|
|
@each $name, $pair in $colors
|
|
@each $name, $pair in $colors
|
|
$color: nth($pair, 1)
|
|
$color: nth($pair, 1)
|