traefik/webui/src/css/quasar.variables.styl

23 lines
665 B
Stylus
Raw Normal View History

2019-08-26 18:15:41 +02:00
// Quasar Stylus Variables
// --------------------------------------------------
// To customize the look and feel of this app, you can override
// the Stylus variables found in Quasar's source Stylus files.
// Check documentation for full list of Quasar variables
// It's highly recommended to change the default colors
// to match your app's branding.
// Tip: Use the "Theme Builder" on Quasar's documentation website.
$primary = #06102a
$secondary = #2A2A2B
$accent = #1e54d5
$positive = #00a697
$negative = #ff0039
$info = #31CCEC
$warning = #db7d11
$separator-color = rgba(0, 0, 0, .12)
$separator-dark-color = rgba(255, 255, 255, .28)