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
|
||||
|
||||
### NEW!!!
|
||||
|
||||
* `.tile`
|
||||
|
||||
### BREAKING
|
||||
|
||||
* `.is-third` renamed to `.is-one-third`
|
||||
|
@ -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
|
||||
|
@ -9,6 +9,7 @@
|
||||
border-radius: 0 $radius
|
||||
float: right
|
||||
margin: -16px -20px 0 20px
|
||||
.subtitle,
|
||||
.title
|
||||
color: inherit
|
||||
// Colors
|
||||
|
Loading…
Reference in New Issue
Block a user