Sharkey/src/client/app/desktop/style.styl

71 lines
958 B
Stylus
Raw Normal View History

2017-11-02 05:39:19 +02:00
@import "../app"
@import "../reset"
2016-12-29 00:49:51 +02:00
2017-12-09 13:23:58 +02:00
@import "./ui"
2016-12-29 00:49:51 +02: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 07:56:33 +02:00
height 100%
2017-11-08 09:50:33 +02:00
background #f7f7f7
2016-12-29 00:49:51 +02:00
2018-04-19 21:41:24 +03:00
&[data-darkmode]
background #191B22
2018-04-20 06:13:33 +03:00
&, *
&::-webkit-scrollbar-track
background-color #282C37
&::-webkit-scrollbar
width 6px
2018-04-21 06:09:04 +03:00
height 6px
2018-04-20 06:13:33 +03:00
&::-webkit-scrollbar-thumb
background-color #454954
&:hover
background-color #535660
2018-04-20 07:03:51 +03:00
&:active
background-color $theme-color
2018-02-10 07:56:33 +02:00
body
display flex
flex-direction column
min-height 100%