1
0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2024-09-19 18:57:30 +00:00
cloudtube/sass/includes/home-page.sass

40 lines
581 B
Sass
Raw Normal View History

2020-08-24 10:43:55 +00:00
@use "colors.sass" as c
.home-page
padding: 40px
.top-header
font-size: 48px
text-align: center
.tagline
font-size: 30px
text-align: center
.encouraging-message
max-width: max-content
2020-09-20 15:44:31 +00:00
margin: 0 auto 60px
2020-08-24 10:43:55 +00:00
text-align: center
padding: 16px
border-radius: 4px
font-size: 20px
background-color: c.$bg-darker
color: c.$fg-main
p
margin: 0 32px
&:not(:last-child)
margin-bottom: 0.6em
2021-01-12 12:13:46 +00:00
&:not(:first-child)
margin-top: 0.6em
2020-08-24 10:43:55 +00:00
.encouraging-search-form
display: flex
.search
margin-top: 16px
flex: 1
font-size: 18px