UI Browser Front end for Light2 Project based on Quasar/Vue
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- // MAIN LOADING POINT FOR APPLICATION STYLES
- // app global css
- // from https://github.com/quasarframework/quasar/tree/dev/ui/src/css
- // SET DEFAULT FONT SIZES
-
- // FONT SIZING using RFS
- @import '../../node_modules/rfs/stylus'
- // rfs settable variables - commented are defaults
- $rfs-base-font-size = 1rem
- // $rfs-font-size-unit = rem
- $rfs-breakpoint = 1400px
- // $rfs-breakpoint-unit = px
- // $rfs-factor = 10
- // $rfs-rem-value = 16
- $rfs-two-dimensional = true
- // $rfs-class = false
-
- @import './base-colors'
- @import './base-classes'
- @import './btn-classes'
- @import './layout'
- @import './components'
-
- // your application specific overrides
|