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"
|
|
|
|
|
|
|
|
@import "ui/notification"
|
|
|
|
@import "ui/pop-up"
|
|
|
|
@import "ui/navigation"
|
|
|
|
@import "ui/content"
|
|
|
|
@import "ui/background"
|
2023-03-01 23:29:34 +00:00
|
|
|
@import "ui/banner"
|
2023-01-25 15:13:56 +00:00
|
|
|
@import "ui/gallery"
|
|
|
|
|
|
|
|
@import "buttons/jumpUp"
|
|
|
|
@import "buttons/pill"
|
|
|
|
|
|
|
|
// Reset
|
|
|
|
*
|
|
|
|
box-sizing: border-box
|
|
|
|
font-family: $font
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
background-color: $white
|
|
|
|
|
|
|
|
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
|
|
|
|
padding: 0
|
|
|
|
|
|
|
|
min-height: 100vh
|
|
|
|
|
|
|
|
background-color: $white
|
|
|
|
color: $black
|