1
0
Fork 0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2026-03-02 02:31:35 +00:00

Can't think?

This commit is contained in:
Cadence Ember 2021-01-13 01:13:46 +13:00
parent 98ee77def4
commit 11b9425cb0
No known key found for this signature in database
GPG key ID: BC1C2C61CF521B17
7 changed files with 143 additions and 9 deletions

View file

@ -0,0 +1,59 @@
@use "sass:list"
.cant-think-page
.main-nav
display: none
.encouraging-message
text-align: left
max-width: 540px
padding-top: 40px
border-radius: 0px 0px 16px 16px
.leave
margin: 26px 32px !important
color: #aaa
$sizes: 14px 16px 21px 30px 72px
@each $size in $sizes
&.leave__stage-#{list.index($sizes, $size)}
font-size: $size
&.leave__final
font-weight: bold
color: #f2f2f2
.leave__actions
display: block
.leave__actions
margin-left: 5px
font-family: monospace
font-size: 0.9em
& a, & a:visited
color: #fb8460
.ultimatum
margin-top: 32px !important
#i-understand
display: flex
height: 20px
justify-content: center
align-items: center
font-size: 60px
font-weight: bold
color: #fff
&:target
position: fixed
top: 0
bottom: 0
left: 0
right: 0
height: unset
background: black
&::after
content: "Good."

View file

@ -27,6 +27,9 @@
&:not(:last-child)
margin-bottom: 0.6em
&:not(:first-child)
margin-top: 0.6em
.encouraging-search-form
display: flex

View file

@ -7,6 +7,7 @@
@use "includes/channel-page.sass"
@use "includes/subscriptions-page.sass"
@use "includes/settings-page.sass"
@use "includes/cant-think-page.sass"
@use "includes/forms.sass"
@use "includes/nav.sass"