forked from quasarframework/quasar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhelpers.sass
More file actions
64 lines (53 loc) · 1.36 KB
/
helpers.sass
File metadata and controls
64 lines (53 loc) · 1.36 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
52
53
54
55
56
57
58
59
60
61
62
63
64
.rounded-borders
border-radius: $generic-border-radius
.border-radius-inherit
border-radius: inherit
.no-transition
transition: none !important
.transition-0
transition: 0s !important
.glossy
background-image: linear-gradient(to bottom, rgba(#fff, .3), rgba(#fff, 0) 50%, rgba(#000, .12) 51%, rgba(#000, .04)) !important
.q-placeholder
&::-webkit-input-placeholder
color: inherit
opacity: .7
&::-moz-placeholder
color: inherit
opacity: .7
&:-ms-input-placeholder
color: inherit !important
opacity: .7 !important
&::-ms-input-placeholder
color: inherit
opacity: .7
&::placeholder
color: inherit
opacity: .7
/* body */
.q-body--fullscreen-mixin, .q-body--prevent-scroll
position: fixed !important
.q-body--force-scrollbar-x
overflow-x: scroll
.q-body--force-scrollbar-y
overflow-y: scroll
.q-no-input-spinner
-moz-appearance: textfield !important
&::-webkit-outer-spin-button,
&::-webkit-inner-spin-button
-webkit-appearance: none
margin: 0
.q-link
outline: 0
text-decoration: none
&--focusable:focus-visible
text-decoration: underline dashed currentColor 1px
body.electron
.q-electron-drag
-webkit-user-select: none
-webkit-app-region: drag
.q-electron-drag .q-btn-item, .q-electron-drag--exception
-webkit-app-region: no-drag
img.responsive
max-width: 100%
height: auto