quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
54 lines (44 loc) • 1.13 kB
text/stylus
.rounded-borders
border-radius $generic-border-radius
.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 .7
&::-moz-placeholder
color inherit
opacity .7
&:-ms-input-placeholder
color inherit
opacity .7
&::-ms-input-placeholder
color inherit
opacity .7
&::placeholder
color inherit
opacity .7
/* body */
.q-body--fullscreen-mixin, .q-body--prevent-scroll
position fixed
.q-body--force-scrollbar
overflow-y scroll
.q-no-input-spinner
-moz-appearance textfield
&::-webkit-outer-spin-button,
&::-webkit-inner-spin-button
-webkit-appearance none
margin 0
.q-link
outline 0
text-decoration none
body.electron
.q-electron-drag
-webkit-user-select none
-webkit-app-region drag
.q-electron-drag .q-btn, .q-electron-drag--exception
-webkit-app-region no-drag