mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Remove tile-content
This commit is contained in:
parent
d55c444b30
commit
96c1d03168
@ -158,14 +158,6 @@
|
|||||||
&.is-desktop
|
&.is-desktop
|
||||||
display: flex
|
display: flex
|
||||||
|
|
||||||
.tile-content
|
|
||||||
align-items: stretch
|
|
||||||
flex: 1
|
|
||||||
margin: 0 !important
|
|
||||||
// Responsiveness
|
|
||||||
+tablet
|
|
||||||
display: flex
|
|
||||||
|
|
||||||
.tile
|
.tile
|
||||||
flex: 1
|
flex: 1
|
||||||
// Modifiers
|
// Modifiers
|
||||||
@ -190,9 +182,12 @@
|
|||||||
margin-bottom: -10px
|
margin-bottom: -10px
|
||||||
&:not(:last-child)
|
&:not(:last-child)
|
||||||
margin-bottom: 10px
|
margin-bottom: 10px
|
||||||
|
&.is-child
|
||||||
|
flex: 1
|
||||||
|
margin: 0 !important
|
||||||
&.is-vertical
|
&.is-vertical
|
||||||
flex-direction: column
|
flex-direction: column
|
||||||
& > .tile-content:not(:last-child)
|
& > .tiles.is-child:not(:last-child)
|
||||||
margin-bottom: 20px !important
|
margin-bottom: 20px !important
|
||||||
// Responsiveness
|
// Responsiveness
|
||||||
+tablet
|
+tablet
|
||||||
|
Loading…
Reference in New Issue
Block a user