mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix tile is-child, Fix notification subtitle
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user