mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2024-11-12 19:37:29 +00:00
15 lines
252 B
Sass
15 lines
252 B
Sass
@use "colors.sass" as c
|
|
|
|
.takedown-page
|
|
max-width: 700px
|
|
margin: 0 auto
|
|
|
|
.new-section
|
|
margin-top: 200px
|
|
|
|
.important-section
|
|
padding: 4px 20px
|
|
border: 1px solid c.$edge-grey
|
|
color: c.$fg-bright
|
|
background-color: c.$bg-darker
|