kaiwa/public/css/pages/settings.styl

64 lines
969 B
Stylus
Raw Normal View History

2013-09-18 19:24:40 -04:00
@import '../_variables'
@import '../_mixins'
// Settings
2015-01-25 14:21:57 -05:00
.main
2015-02-23 12:24:16 -05:00
svg
position: absolute
top: 24px
left: 16px
margin: 0px
margin-top: -13px
fill: $gray
z-index: 101
2015-01-25 14:21:57 -05:00
h1
2015-02-23 12:24:16 -05:00
color: $gray-dark
padding: 0
margin: 0
position: fixed
top: 14px
left: 266px
right: 200px
z-index: 101
2015-01-24 09:54:57 -05:00
2015-01-25 14:21:57 -05:00
> div
padding: 20px
border-bottom: 1px solid $gray-lighter
h4
color: $blue-saturated
2015-01-25 14:21:57 -05:00
&:last-of-type
border: none
.status
overflow: hidden
min-height: 35px
max-height: 50px
height: auto
.installFirefox, .soundNotifs
margin-left: 5px
2015-02-23 11:10:52 -05:00
.soundNotifs
&.primary
&:before
content: 'Disable '
&.secondary
&:before
content: 'Enable '
2013-09-18 19:24:40 -04:00
.uploadRegion
padding: 15px
roundall(3px)
2015-02-23 12:24:16 -05:00
margin: 50px 0
2013-10-24 18:07:43 -04:00
border: 1px solid $gray-lighter
background: lighten($gray-lighter, 80%)
p
margin: 0
2013-09-18 19:24:40 -04:00
img
margin: 10px 0