mirror of
https://github.com/jgthms/bulma
synced 2026-03-20 20:24:30 -07:00
Restructure files, Add back inline-flex for controls and tags
This commit is contained in:
18
sass/base/classes.sass
Normal file
18
sass/base/classes.sass
Normal file
@@ -0,0 +1,18 @@
|
||||
.block
|
||||
&:not(:last-child)
|
||||
margin-bottom: 20px
|
||||
|
||||
.container
|
||||
position: relative
|
||||
+desktop
|
||||
margin: 0 auto
|
||||
max-width: 960px
|
||||
// Modifiers
|
||||
&.is-fluid
|
||||
margin: 0 20px
|
||||
max-width: none
|
||||
|
||||
.fa
|
||||
font-size: 21px
|
||||
text-align: center
|
||||
vertical-align: top
|
||||
Reference in New Issue
Block a user