2023-01-25 15:13:56 +00:00
|
|
|
// Default theme for OnlyLegs by FluffyBean
|
|
|
|
// Mockup link: https://www.figma.com/file/IMZT5kZr3sAngrSHSGu5di/OnlyLegs?node-id=0%3A1
|
|
|
|
|
|
|
|
@import "variables"
|
|
|
|
@import "animations"
|
|
|
|
|
2023-04-10 23:02:52 +00:00
|
|
|
@import "components/notification"
|
|
|
|
@import "components/pop-up"
|
|
|
|
@import "components/upload-panel"
|
|
|
|
@import "components/tags"
|
2023-03-08 09:01:20 +00:00
|
|
|
|
2023-03-08 13:36:35 +00:00
|
|
|
@import "components/navigation"
|
|
|
|
@import "components/banner"
|
|
|
|
@import "components/gallery"
|
2023-01-25 15:13:56 +00:00
|
|
|
|
2023-03-12 18:19:43 +00:00
|
|
|
@import "components/buttons/top-of-page"
|
2023-03-23 15:47:35 +00:00
|
|
|
@import "components/buttons/info-button"
|
2023-03-08 13:36:35 +00:00
|
|
|
@import "components/buttons/pill"
|
2023-03-12 18:19:43 +00:00
|
|
|
@import "components/buttons/block"
|
2023-03-08 13:36:35 +00:00
|
|
|
|
|
|
|
@import "components/image-view/view"
|
2023-01-25 15:13:56 +00:00
|
|
|
|
|
|
|
// Reset
|
|
|
|
*
|
|
|
|
box-sizing: border-box
|
|
|
|
font-family: $font
|
|
|
|
|
2023-04-07 14:51:37 +00:00
|
|
|
scrollbar-color: RGB($primary) transparent
|
|
|
|
|
2023-03-25 20:24:38 +00:00
|
|
|
::-webkit-scrollbar
|
|
|
|
width: 0.5rem
|
|
|
|
::-webkit-scrollbar-track
|
|
|
|
background: RGB($bg-200)
|
|
|
|
::-webkit-scrollbar-thumb
|
|
|
|
background: RGB($primary)
|
|
|
|
::-webkit-scrollbar-thumb:hover
|
|
|
|
background: RGB($fg-white)
|
|
|
|
|
2023-01-25 15:13:56 +00:00
|
|
|
html, body
|
|
|
|
margin: 0
|
|
|
|
padding: 0
|
|
|
|
|
|
|
|
min-height: 100vh
|
2023-03-01 23:29:34 +00:00
|
|
|
max-width: 100vw
|
2023-01-25 15:13:56 +00:00
|
|
|
|
2023-03-25 16:22:32 +00:00
|
|
|
background-color: RGB($fg-white)
|
2023-01-25 15:13:56 +00:00
|
|
|
|
|
|
|
scroll-behavior: smooth
|
2023-03-01 23:29:34 +00:00
|
|
|
overflow-x: hidden
|
2023-01-25 15:13:56 +00:00
|
|
|
|
|
|
|
.wrapper
|
|
|
|
margin: 0
|
2023-03-08 13:36:35 +00:00
|
|
|
padding: 0 0 0 3.5rem
|
2023-01-25 15:13:56 +00:00
|
|
|
|
|
|
|
min-height: 100vh
|
|
|
|
|
2023-03-08 13:36:35 +00:00
|
|
|
display: flex
|
|
|
|
flex-direction: column
|
|
|
|
|
2023-03-25 16:22:32 +00:00
|
|
|
background-color: RGB($bg-bright)
|
|
|
|
color: RGB($bg-100)
|
2023-03-08 13:36:35 +00:00
|
|
|
|
2023-03-09 23:31:58 +00:00
|
|
|
.big-text
|
2023-03-11 22:14:03 +00:00
|
|
|
height: 20rem
|
2023-03-09 23:31:58 +00:00
|
|
|
|
|
|
|
display: flex
|
|
|
|
flex-direction: column
|
|
|
|
justify-content: center
|
|
|
|
align-items: center
|
|
|
|
|
2023-03-25 16:22:32 +00:00
|
|
|
color: RGB($bg-100)
|
2023-03-09 23:31:58 +00:00
|
|
|
|
|
|
|
h1
|
|
|
|
margin: 0 2rem
|
|
|
|
|
|
|
|
font-size: 4rem
|
|
|
|
font-weight: 900
|
|
|
|
text-align: center
|
|
|
|
|
|
|
|
p
|
|
|
|
margin: 0 2rem
|
|
|
|
|
|
|
|
max-width: 40rem
|
|
|
|
font-size: 1rem
|
|
|
|
font-weight: 400
|
|
|
|
text-align: center
|
2023-03-08 13:36:35 +00:00
|
|
|
|
|
|
|
.error-page
|
|
|
|
width: 100%
|
|
|
|
height: 100vh
|
|
|
|
|
|
|
|
display: flex
|
|
|
|
flex-direction: column
|
|
|
|
justify-content: center
|
|
|
|
align-items: center
|
|
|
|
|
2023-03-25 16:22:32 +00:00
|
|
|
background-color: RGB($bg-bright)
|
2023-03-08 13:36:35 +00:00
|
|
|
|
|
|
|
h1
|
|
|
|
margin: 0 2rem
|
|
|
|
|
|
|
|
font-size: 6.9rem
|
|
|
|
font-weight: 900
|
|
|
|
text-align: center
|
|
|
|
|
|
|
|
color: $primary
|
|
|
|
|
|
|
|
p
|
|
|
|
margin: 0 2rem
|
|
|
|
|
|
|
|
max-width: 40rem
|
|
|
|
font-size: 1.25rem
|
|
|
|
font-weight: 400
|
|
|
|
text-align: center
|
|
|
|
|
2023-03-25 16:22:32 +00:00
|
|
|
color: $fg-black
|
2023-03-09 23:31:58 +00:00
|
|
|
|
|
|
|
|
2023-03-08 13:36:35 +00:00
|
|
|
@media (max-width: $breakpoint)
|
|
|
|
.wrapper
|
|
|
|
padding: 0 0 3.5rem 0
|
|
|
|
|
2023-03-09 23:31:58 +00:00
|
|
|
.big-text
|
|
|
|
height: calc(75vh - 3.5rem)
|
|
|
|
|
|
|
|
h1
|
|
|
|
font-size: 3.5rem
|
|
|
|
|
2023-03-08 13:36:35 +00:00
|
|
|
.error-page
|
|
|
|
height: calc(100vh - 3.5rem)
|
|
|
|
|
|
|
|
h1
|
|
|
|
font-size: 4.5rem
|
|
|
|
|
|
|
|
p
|
|
|
|
max-width: 100%
|
2023-03-25 16:22:32 +00:00
|
|
|
font-size: 1rem
|