Implement Web Assets' theme system and selection, and add 'light' theme #118
3
common/static/common/styles/_cards.sass
Normal file
3
common/static/common/styles/_cards.sass
Normal file
@ -0,0 +1,3 @@
|
||||
.card
|
||||
@extend .box
|
||||
|
@ -95,6 +95,7 @@
|
||||
dt
|
||||
color: var(--color-text-secondary)
|
||||
font-size: var(--fs-sm)
|
||||
line-height: calc(24 / 14)
|
||||
|
||||
dd
|
||||
font-family: var(--font-family-body)
|
||||
|
@ -1,6 +1,15 @@
|
||||
.dl-col
|
||||
margin-bottom: -.1rem // Compensate border-bottom height
|
||||
|
||||
.dl-col-2
|
||||
flex-grow: 2
|
||||
|
||||
.dl-row
|
||||
+padding(2, bottom)
|
||||
|
||||
&:first-child
|
||||
+padding(0, top)
|
||||
|
||||
.list-filters
|
||||
+box-card
|
||||
background-color: var(--color-bg-tertiary)
|
||||
|
@ -18,6 +18,7 @@ $container-width: map-get($container-max-widths, 'xl')
|
||||
@import '_alert.sass'
|
||||
@import '_badge.sass'
|
||||
@import '_box.sass'
|
||||
@import '_cards.sass'
|
||||
@import '_code.sass'
|
||||
@import '_comments.sass'
|
||||
@import '_extension.sass'
|
||||
|
Loading…
Reference in New Issue
Block a user