2017-11-02 03:39:19 +00:00
|
|
|
@import "../app"
|
|
|
|
@import "../reset"
|
2016-12-28 22:49:51 +00:00
|
|
|
|
2017-12-09 11:23:58 +00:00
|
|
|
@import "./ui"
|
|
|
|
|
2016-12-28 22:49:51 +00: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-10 05:56:33 +00:00
|
|
|
height 100%
|
2017-11-08 07:50:33 +00:00
|
|
|
background #f7f7f7
|
2016-12-28 22:49:51 +00:00
|
|
|
|
2018-02-10 05:56:33 +00:00
|
|
|
body
|
|
|
|
display flex
|
|
|
|
flex-direction column
|
|
|
|
min-height 100%
|