2017-11-01 22:39:19 -05:00
|
|
|
@import "../app"
|
|
|
|
@import "../reset"
|
2016-12-28 16:49:51 -06:00
|
|
|
|
2017-12-09 05:23:58 -06:00
|
|
|
@import "./ui"
|
|
|
|
|
2016-12-28 16:49:51 -06:00
|
|
|
*::input-placeholder
|
|
|
|
color #D8CBC5
|
|
|
|
|
|
|
|
*
|
|
|
|
&:focus
|
|
|
|
outline none
|
|
|
|
|
|
|
|
&::scrollbar
|
|
|
|
width 5px
|
|
|
|
background transparent
|
|
|
|
|
|
|
|
&:horizontal
|
|
|
|
height 5px
|
|
|
|
|
|
|
|
&::scrollbar-button
|
|
|
|
width 0
|
|
|
|
height 0
|
|
|
|
background rgba(0, 0, 0, 0.2)
|
|
|
|
|
|
|
|
&::scrollbar-piece
|
|
|
|
background transparent
|
|
|
|
|
|
|
|
&:start
|
|
|
|
background transparent
|
|
|
|
|
|
|
|
&::scrollbar-thumb
|
|
|
|
background rgba(0, 0, 0, 0.2)
|
|
|
|
|
|
|
|
&:hover
|
|
|
|
background rgba(0, 0, 0, 0.4)
|
|
|
|
|
|
|
|
&:active
|
|
|
|
background $theme-color
|
|
|
|
|
|
|
|
&::scrollbar-corner
|
|
|
|
background rgba(0, 0, 0, 0.2)
|
|
|
|
|
|
|
|
html
|
2018-02-09 23:56:33 -06:00
|
|
|
height 100%
|
2017-11-08 01:50:33 -06:00
|
|
|
background #f7f7f7
|
2016-12-28 16:49:51 -06:00
|
|
|
|
2018-02-09 23:56:33 -06:00
|
|
|
body
|
|
|
|
display flex
|
|
|
|
flex-direction column
|
|
|
|
min-height 100%
|