mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2024-11-10 02:27:29 +00:00
17 lines
312 B
Sass
17 lines
312 B
Sass
$_theme: () !default
|
|
|
|
@use "sass:map"
|
|
|
|
.takedown-page
|
|
max-width: 700px
|
|
margin: 0 auto
|
|
|
|
.new-section
|
|
margin-top: 200px
|
|
|
|
.important-section
|
|
padding: 4px 20px
|
|
border: 1px solid map.get($_theme, "edge-grey")
|
|
color: map.get($_theme, "fg-bright")
|
|
background-color: map.get($_theme, "bg-1")
|