mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Add .is-vertically-paddingless and other class helpers (#943)
This commit is contained in:
parent
29ca2268bb
commit
2e08a844d7
@ -145,9 +145,25 @@ $displays: 'block' 'flex' 'inline' 'inline-block' 'inline-flex'
|
||||
.is-marginless
|
||||
margin: 0 !important
|
||||
|
||||
.is-vertically-marginless
|
||||
margin-top: 0 !important
|
||||
margin-bottom: 0 !important
|
||||
|
||||
.is-horizontally-marginless
|
||||
margin-left: 0 !important
|
||||
margin-right: 0 !important
|
||||
|
||||
.is-paddingless
|
||||
padding: 0 !important
|
||||
|
||||
.is-vertically-paddingless
|
||||
padding-top: 0 !important
|
||||
padding-bottom: 0 !important
|
||||
|
||||
.is-horizontally-paddingless
|
||||
padding-left: 0 !important
|
||||
padding-right: 0 !important
|
||||
|
||||
.is-radiusless
|
||||
border-radius: 0 !important
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user