iceshrimp-legacy/src/web/app/desktop/style.styl
2018-03-02 06:26:31 +09:00

51 lines
645 B
Stylus

@import "../app"
@import "../reset"
@import "./ui"
*::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
height 100%
background #f7f7f7
body
display flex
flex-direction column
min-height 100%