PythonGallery/onlylegs/static/sass/components/settings.sass
Fluffy-Bean 2cf7bc9091 Use Picture element to automatically choose webp
Remove loadOnView function as has to be remade for new picture element
Remove broken way of checking for Webp support
2023-04-22 11:46:20 +00:00

29 lines
489 B
Sass

.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