mirror of
https://github.com/jgthms/bulma
synced 2026-03-23 21:39:36 -07:00
Add minireset, Fix color luminance
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
@import "../base/placeholders.sass"
|
||||
@import "../utilities/mixins.sass"
|
||||
@import "../utilities/variables.sass"
|
||||
|
||||
.block
|
||||
+block
|
||||
|
||||
.container
|
||||
position: relative
|
||||
+desktop
|
||||
@@ -14,11 +16,17 @@
|
||||
+widescreen
|
||||
max-width: 1200px
|
||||
|
||||
.delete
|
||||
+delete
|
||||
|
||||
.fa
|
||||
font-size: 21px
|
||||
text-align: center
|
||||
vertical-align: top
|
||||
|
||||
.hamburger
|
||||
+hamburger
|
||||
|
||||
.icon
|
||||
+fa(21px, 24px)
|
||||
.fa
|
||||
@@ -40,7 +48,7 @@
|
||||
text-transform: uppercase
|
||||
|
||||
.highlight
|
||||
@extend %block
|
||||
+block
|
||||
font-size: 12px
|
||||
font-weight: normal
|
||||
max-width: 100%
|
||||
@@ -50,6 +58,9 @@
|
||||
overflow: auto
|
||||
max-width: 100%
|
||||
|
||||
.loader
|
||||
+loader
|
||||
|
||||
.number
|
||||
background-color: $background
|
||||
border-radius: 290486px
|
||||
|
||||
Reference in New Issue
Block a user