mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 19:46:16 +00:00
29 lines
526 B
Sass
29 lines
526 B
Sass
.settings-content
|
|
margin: 0.5rem
|
|
padding: 1rem
|
|
|
|
position: relative
|
|
|
|
display: flex
|
|
flex-direction: column
|
|
justify-content: center
|
|
gap: 1rem
|
|
|
|
background-color: var(--background-400)
|
|
color: var(--foreground-white)
|
|
border: 2px solid var(--background-200)
|
|
border-radius: calc(var(--rad) / 2)
|
|
|
|
h2
|
|
margin: 0
|
|
padding: 0
|
|
|
|
font-size: 1.5rem
|
|
font-weight: 700
|
|
|
|
h3
|
|
margin: 0
|
|
padding: 0
|
|
|
|
font-size: 1.25rem
|
|
font-weight: 700
|