mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Shitty temporary settings page lol
This commit is contained in:
parent
a1d0ac9f90
commit
54eecf0784
3 changed files with 51 additions and 11 deletions
29
onlylegs/static/sass/components/settings.sass
Normal file
29
onlylegs/static/sass/components/settings.sass
Normal file
|
@ -0,0 +1,29 @@
|
|||
.settings-content
|
||||
margin: 0.5rem
|
||||
padding: 1rem
|
||||
|
||||
position: relative
|
||||
|
||||
display: flex
|
||||
flex-direction: column
|
||||
justify-content: center
|
||||
gap: 1rem
|
||||
|
||||
background-color: RGB($bg-400)
|
||||
color: RGB($fg-white)
|
||||
border: 2px solid RGB($bg-200)
|
||||
border-radius: $rad-inner
|
||||
|
||||
h2
|
||||
margin: 0
|
||||
padding: 0
|
||||
|
||||
font-size: 1.5rem
|
||||
font-weight: 700
|
||||
|
||||
h3
|
||||
margin: 0
|
||||
padding: 0
|
||||
|
||||
font-size: 1.25rem
|
||||
font-weight: 700
|
Loading…
Add table
Add a link
Reference in a new issue