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

48 lines
1.4 KiB
Stylus
Raw Normal View History

2018-10-31 12:00:31 -04:00
#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: 1px solid $white
border-radius: 100px;
overflow hidden
input
visibility hidden
#member-settings, #site-settings, #theme-settings
2018-10-31 12:00:31 -04:00
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
width: 310px;
margin-right: 5px;
height 25px
padding: 10px
display inline-block
background: $primary - 60%
color $secondary
border-radius 3px
2018-10-31 12:00:31 -04:00