2016-02-09 00:14:10 +01:00
|
|
|
// Alignment
|
|
|
|
|
|
2016-01-24 00:03:43 +00:00
|
|
|
.is-centered
|
|
|
|
|
text-align: center
|
|
|
|
|
|
|
|
|
|
.is-left
|
|
|
|
|
text-align: left
|
|
|
|
|
|
|
|
|
|
.is-right
|
|
|
|
|
text-align: right
|
|
|
|
|
|
2016-02-09 00:14:10 +01:00
|
|
|
// Display
|
|
|
|
|
|
2016-01-24 00:03:43 +00:00
|
|
|
.is-block
|
|
|
|
|
display: block
|
|
|
|
|
|
|
|
|
|
.is-inline
|
|
|
|
|
display: inline
|
|
|
|
|
|
2016-02-09 00:14:10 +01:00
|
|
|
.is-flex
|
|
|
|
|
display: flex
|
|
|
|
|
|
|
|
|
|
// Pull
|
|
|
|
|
|
|
|
|
|
.is-clearfix
|
|
|
|
|
+clearfix
|
|
|
|
|
|
|
|
|
|
.is-pulled-left
|
|
|
|
|
float: left
|
|
|
|
|
|
|
|
|
|
.is-pulled-right
|
|
|
|
|
float: right
|
|
|
|
|
|
|
|
|
|
// Size
|
|
|
|
|
|
|
|
|
|
.is-fullwidth
|
|
|
|
|
width: 100%
|
|
|
|
|
|
|
|
|
|
// Visibility
|
|
|
|
|
|
|
|
|
|
.is-hidden-mobile
|
|
|
|
|
+mobile
|
|
|
|
|
display: none !important
|
|
|
|
|
|
|
|
|
|
.is-hidden-tablet
|
|
|
|
|
+tablet
|
|
|
|
|
display: none !important
|
|
|
|
|
|
|
|
|
|
.is-hidden-touch
|
|
|
|
|
+touch
|
|
|
|
|
display: none !important
|
|
|
|
|
|
|
|
|
|
.is-hidden-desktop
|
|
|
|
|
+desktop
|
|
|
|
|
display: none !important
|
|
|
|
|
|
|
|
|
|
// Other
|
|
|
|
|
|
|
|
|
|
.is-disabled
|
|
|
|
|
pointer-events: none
|
|
|
|
|
|
2016-01-24 00:03:43 +00:00
|
|
|
.is-marginless
|
|
|
|
|
margin: 0 !important
|
|
|
|
|
|
|
|
|
|
.is-unselectable
|
2016-01-31 21:08:05 +00:00
|
|
|
+unselectable
|
2016-02-09 00:14:10 +01:00
|
|
|
|