Add modal card, Add display responsive utilities

This commit is contained in:
Jeremy Thomas
2016-05-07 15:08:27 +01:00
parent fbf70dfc6d
commit c0f0f9f9d8
4 changed files with 50 additions and 3 deletions

View File

@@ -7,9 +7,6 @@ html
overflow-x: hidden
overflow-y: scroll
text-rendering: optimizeLegibility
// Modifiers
&.has-modal
overflow: hidden
article,
aside,

View File

@@ -26,6 +26,7 @@ $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex'
.is-#{$display}-widescreen
+widescreen
display: #{$display} !important
// Float
.is-clearfix
@@ -37,6 +38,11 @@ $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex'
.is-pulled-right
float: right
// Overflow
.is-clipped
overflow: hidden !important
// Overlay
.is-overlay