From: Jeremy Thomas Date: Mon, 11 Apr 2016 19:01:27 +0000 (+0100) Subject: Remove tile-content X-Git-Tag: 0.0.19~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96c1d031687349fc84f1a413096286313b015255;p=thirdparty%2Fbulma.git Remove tile-content --- diff --git a/bulma/components/grid.sass b/bulma/components/grid.sass index 23d8093b4..ae018f90b 100644 --- a/bulma/components/grid.sass +++ b/bulma/components/grid.sass @@ -158,14 +158,6 @@ &.is-desktop display: flex -.tile-content - align-items: stretch - flex: 1 - margin: 0 !important - // Responsiveness - +tablet - display: flex - .tile flex: 1 // Modifiers @@ -190,9 +182,12 @@ margin-bottom: -10px &:not(:last-child) margin-bottom: 10px + &.is-child + flex: 1 + margin: 0 !important &.is-vertical flex-direction: column - & > .tile-content:not(:last-child) + & > .tiles.is-child:not(:last-child) margin-bottom: 20px !important // Responsiveness +tablet