Replace bootstrap with Bulma
This commit is contained in:
parent
4e851429d8
commit
fbec98acaf
20 changed files with 126 additions and 138 deletions
|
@ -11,15 +11,15 @@
|
|||
flex-wrap: wrap
|
||||
|
||||
.list-style-none
|
||||
list-style: none
|
||||
list-style: none !important
|
||||
|
||||
.align-items-center
|
||||
align-items: center
|
||||
|
||||
@each $value in 'block', 'inline', 'inline-block', 'flex'
|
||||
.display-#{$value},
|
||||
.is-#{$value},
|
||||
display: #{$value}
|
||||
//@each $value in 'block', 'inline', 'inline-block', 'flex'
|
||||
// .display-#{$value},
|
||||
// .is-#{$value},
|
||||
// display: #{$value}
|
||||
|
||||
@each $value in 'top', 'middle', 'bottom'
|
||||
.table
|
||||
|
@ -32,10 +32,6 @@
|
|||
&.vertical-#{$value}
|
||||
vertical-align: #{$value}
|
||||
|
||||
@for $value from 2 through 5
|
||||
.is-#{$value}
|
||||
width: calc(100% / #{$value})
|
||||
|
||||
$properties: ( mb: 'margin-bottom', ml: 'margin-left', mr: 'margin-right', mt: 'margin-top', pb: 'padding-bottom', pl: 'padding-left', pr: 'padding-right', pt: 'padding-top' )
|
||||
@each $key, $property in $properties
|
||||
@for $value from 1 through 5
|
||||
|
|
|
@ -1,2 +1,5 @@
|
|||
.is-borderless
|
||||
border: none !important
|
||||
|
||||
.is-circle
|
||||
border-radius: 50%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue