From: Jeremy Thomas Date: Mon, 11 Apr 2016 22:21:26 +0000 (+0100) Subject: Fix tile is-child, Fix notification subtitle X-Git-Tag: 0.0.19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d79e68d2101620e96a04a5f7b6f3126ce6423fd3;p=thirdparty%2Fbulma.git Fix tile is-child, Fix notification subtitle --- diff --git a/CHANGELOG.md b/CHANGELOG.md index fd4c0e84e..a29d591bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## 0.0.19 +### NEW!!! + +* `.tile` + ### BREAKING * `.is-third` renamed to `.is-one-third` diff --git a/bulma/components/grid.sass b/bulma/components/grid.sass index 3d3ea0081..3c4474c01 100644 --- a/bulma/components/grid.sass +++ b/bulma/components/grid.sass @@ -237,7 +237,8 @@ margin-bottom: 20px !important // Responsiveness +tablet - display: flex + &:not(.is-child) + display: flex @for $i from 1 through 12 &.is-#{$i} flex: none diff --git a/bulma/elements/notifications.sass b/bulma/elements/notifications.sass index 423be80ef..434d6865b 100644 --- a/bulma/elements/notifications.sass +++ b/bulma/elements/notifications.sass @@ -9,6 +9,7 @@ border-radius: 0 $radius float: right margin: -16px -20px 0 20px + .subtitle, .title color: inherit // Colors