iceshrimp-legacy/src/web/app/desktop/style.styl

51 lines
645 B
Stylus
Raw Normal View History

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