Fix tile is-child, Fix notification subtitle

This commit is contained in:
Jeremy Thomas 2016-04-11 23:21:26 +01:00
parent 4cfb9341df
commit d79e68d210
3 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,10 @@
## 0.0.19 ## 0.0.19
### NEW!!!
* `.tile`
### BREAKING ### BREAKING
* `.is-third` renamed to `.is-one-third` * `.is-third` renamed to `.is-one-third`

View File

@ -237,6 +237,7 @@
margin-bottom: 20px !important margin-bottom: 20px !important
// Responsiveness // Responsiveness
+tablet +tablet
&:not(.is-child)
display: flex display: flex
@for $i from 1 through 12 @for $i from 1 through 12
&.is-#{$i} &.is-#{$i}

View File

@ -9,6 +9,7 @@
border-radius: 0 $radius border-radius: 0 $radius
float: right float: right
margin: -16px -20px 0 20px margin: -16px -20px 0 20px
.subtitle,
.title .title
color: inherit color: inherit
// Colors // Colors