mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2026-03-02 02:31:35 +00:00
Implement takedown system
This commit is contained in:
parent
741a1199dd
commit
b9f703086f
10 changed files with 111 additions and 2 deletions
14
sass/includes/takedown-page.sass
Normal file
14
sass/includes/takedown-page.sass
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
@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
|
||||
|
|
@ -161,6 +161,9 @@
|
|||
.actor
|
||||
margin: 4px 0px 10px
|
||||
|
||||
.takedown-footer
|
||||
margin-top: 80px
|
||||
|
||||
// Chapter highlights
|
||||
|
||||
.timestamp--active
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue