This commit is contained in:
Jeremy Thomas
2016-10-30 23:44:50 +00:00
parent db6380b9fb
commit b8b3733d99
6 changed files with 59 additions and 31 deletions

View File

@@ -7,21 +7,21 @@
min-height: min-content
// Modifiers
&.is-ancestor
margin-left: -10px
margin-right: -10px
margin-top: -10px
margin-left: -0.75rem
margin-right: -0.75rem
margin-top: -0.75rem
&:last-child
margin-bottom: -10px
margin-bottom: -0.75rem
&:not(:last-child)
margin-bottom: 10px
margin-bottom: 0.75rem
&.is-child
margin: 0 !important
&.is-parent
padding: 10px
padding: 0.75rem
&.is-vertical
flex-direction: column
& > .tile.is-child:not(:last-child)
margin-bottom: 20px !important
margin-bottom: 1.5rem !important
// Responsiveness
+tablet
&:not(.is-child)