mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
Style dark components
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
.default-ad
|
||||
background-color: rgba(black, 0.3)
|
||||
border-radius: 2px
|
||||
color: var(--#{$prefix}-scheme-main)
|
||||
color: var(--#{$prefix}scheme-main)
|
||||
display: inline-block
|
||||
font-size: 10px
|
||||
font-weight: bold
|
||||
@@ -16,10 +16,10 @@
|
||||
text-transform: uppercase
|
||||
vertical-align: top
|
||||
& > a
|
||||
background-color: var(--#{$prefix}-scheme-main)
|
||||
background-color: var(--#{$prefix}scheme-main)
|
||||
border-radius: $radius-large
|
||||
box-shadow: 0 2px 3px rgba(var(--#{$prefix}-scheme-invert), 0.1), 0 0 0 1px rgba(var(--#{$prefix}-scheme-invert), 0.1)
|
||||
color: var(--#{$prefix}-text)
|
||||
box-shadow: 0 2px 3px rgba(var(--#{$prefix}scheme-invert), 0.1), 0 0 0 1px rgba(var(--#{$prefix}scheme-invert), 0.1)
|
||||
color: var(--#{$prefix}text)
|
||||
display: block
|
||||
line-height: 1.375
|
||||
margin-top: 15px
|
||||
@@ -29,9 +29,9 @@
|
||||
position: relative
|
||||
&:hover,
|
||||
&:focus
|
||||
box-shadow: 0 2px 3px rgba(var(--#{$prefix}-scheme-invert), 0.1), 0 0 0 1px var(--#{$prefix}-link)
|
||||
box-shadow: 0 2px 3px rgba(var(--#{$prefix}scheme-invert), 0.1), 0 0 0 1px var(--#{$prefix}link)
|
||||
&:active
|
||||
box-shadow: inset 0 1px 2px rgba(var(--#{$prefix}-scheme-invert), 0.2), 0 0 0 1px var(--#{$prefix}-link)
|
||||
box-shadow: inset 0 1px 2px rgba(var(--#{$prefix}scheme-invert), 0.2), 0 0 0 1px var(--#{$prefix}link)
|
||||
span
|
||||
display: block
|
||||
.default-image
|
||||
@@ -46,7 +46,7 @@
|
||||
height: 40px
|
||||
width: 40px
|
||||
.default-title
|
||||
color: var(--#{$prefix}-text-strong)
|
||||
color: var(--#{$prefix}text-strong)
|
||||
display: inline
|
||||
font-weight: $weight-bold
|
||||
&::after
|
||||
|
||||
Reference in New Issue
Block a user