forked from quasarframework/quasar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelpers.styl
More file actions
51 lines (43 loc) · 1.01 KB
/
helpers.styl
File metadata and controls
51 lines (43 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
.backdrop
display none
position fixed
top 0
right 0
bottom 0
left 0
width 100vw
height 100vh
background transparent
transition background .28s ease-in
&.active
display block
background $backdrop-background
.round-borders
border-radius $generic-border-radius !important
.generic-margin, .group > * // @stylint ignore
margin 5px
.no-transition
transition none !important
.transition-0
transition 0s !important
.glossy
background-image linear-gradient(to bottom, rgba(white, .3), rgba(white, 0) 50%, rgba(black, .12) 51%, rgba(black, .04)) !important
.q-placeholder
&::-webkit-input-placeholder
color inherit
opacity .5
&::-moz-placeholder
color inherit
opacity .5
&:-ms-input-placeholder
color inherit
opacity .5
/* body */
.q-body-fullscreen-mixin, .q-body-prevent-scroll
overflow hidden !important
.q-no-input-spinner
-moz-appearance textfield
&::-webkit-outer-spin-button,
&::-webkit-inner-spin-button
-webkit-appearance none
margin 0