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

Add narration to "can't think" page

This commit is contained in:
Cadence Ember 2021-08-20 20:45:36 +12:00
parent 539260c8de
commit 7f756d5762
No known key found for this signature in database
GPG key ID: BC1C2C61CF521B17
5 changed files with 34 additions and 3 deletions

View file

@ -1,4 +1,5 @@
@use "sass:list"
@use "colors.sass" as c
.cant-think-page
.main-nav
@ -6,9 +7,24 @@
.encouraging-message
text-align: left
max-width: 540px
max-width: 572px
padding-top: 40px
border-radius: 0px 0px 16px 16px
box-sizing: border-box
.page-narration
background-color: c.$bg-accent
border: 1px solid #aaa
color: #fff
border-radius: 0
padding: 16px
margin: 40px auto 60px
&__audio-container
margin-top: 20px
&__audio
width: 100%
.leave
margin: 26px 32px !important
@ -22,6 +38,7 @@
&.leave__final
font-weight: bold
color: #f2f2f2
text-align: center
.leave__actions
display: block