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
44 lines (38 loc) · 855 Bytes
/
helpers.styl
File metadata and controls
44 lines (38 loc) · 855 Bytes
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
.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
.no-border
border 0 !important
.no-outline
outline 0 !important
.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