1
0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2024-09-20 03:07:28 +00:00
cloudtube/sass/includes/_home-page.sass

42 lines
624 B
Sass
Raw Normal View History

$_theme: () !default
@use "sass:map"
2020-08-24 10:43:55 +00:00
.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: map.get($_theme, "bg-1")
color: map.get($_theme, "fg-main")
2020-08-24 10:43:55 +00:00
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