mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix tile is-child, Fix notification subtitle
This commit is contained in:
parent
4cfb9341df
commit
d79e68d210
@ -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`
|
||||||
|
@ -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}
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user