fipamo/themes/dash/src/styles/main/_settings.styl

70 lines
1.7 KiB
Stylus

#settings-index
width 100%
max-width 900px
margin 0 auto
#settings-index-wrapper
padding 0.75rem
button
margin-top 5px
width 320px
height 45px
#member-avatar-drop
img
width 200px
border 5px solid $white
border-radius 150px
overflow hidden
cursor pointer
input
visibility hidden
#member-settings, #site-settings, #theme-settings
label
font-family 'Apercu-Mono'
color $white
width 80%
margin-bottom 40px
input
width 44%
margin-right 5px
height 30px
padding 10px
textarea
background $primary - 60%
width 91.5%
height 100px
color $secondary
margin-top 10px
padding 10px
#theme-settings
a[data-enabled='false']
width 310px
margin 0 5px 5px 0
height 25px
padding 10px
display inline-block
background $primary - 60%
color $secondary
border-radius 3px
a[data-enabled='true']
width 310px
margin 0 5px 5px 0
height 25px
padding 10px
display inline-block
background $secondary
color $primary
border-radius 3px
svg
fill $primary
display inline-block
float right