rudeshark.net/src/web/app/desktop/style.styl

52 lines
758 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
@import "../../../../node_modules/cropperjs/dist/cropper.css"
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
2017-11-08 08:50:33 +01:00
background #f7f7f7
2016-12-28 23:49:51 +01:00
// workaround of https://github.com/riot/riot/issues/2134
&[data-page='entrance']
#wait
right auto
left 15px