From d79e68d2101620e96a04a5f7b6f3126ce6423fd3 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Mon, 11 Apr 2016 23:21:26 +0100 Subject: [PATCH] Fix tile is-child, Fix notification subtitle --- CHANGELOG.md | 4 ++++ bulma/components/grid.sass | 3 ++- bulma/elements/notifications.sass | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd4c0e84..a29d591b 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 3d3ea008..3c4474c0 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 423be80e..434d6865 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