mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 20:54:30 -07:00
Rename bulma folder to sass
This commit is contained in:
13
sass/layout/section.sass
Normal file
13
sass/layout/section.sass
Normal file
@@ -0,0 +1,13 @@
|
||||
.section
|
||||
background: white
|
||||
padding: 40px 20px
|
||||
& + .section
|
||||
border-top: 1px solid rgba($border, 0.5)
|
||||
// Responsiveness
|
||||
+desktop
|
||||
padding: 40px 0
|
||||
// Sizes
|
||||
&.is-medium
|
||||
padding: 120px 0
|
||||
&.is-large
|
||||
padding: 240px 0
|
||||
Reference in New Issue
Block a user