31 lines
652 B
Sass
31 lines
652 B
Sass
|
|
// FILE (create it): src/quasar-variables.sass
|
||
|
|
|
||
|
|
$primary: #02A998
|
||
|
|
$secondary: #016987
|
||
|
|
$accent: #9C27B0
|
||
|
|
|
||
|
|
// $dark: #1D1D1D
|
||
|
|
$dark: #35473C
|
||
|
|
|
||
|
|
$positive: #21BA45
|
||
|
|
$negative: #C10015
|
||
|
|
$info: #31CCEC
|
||
|
|
$warning: #F2C037
|
||
|
|
|
||
|
|
$add: #00aa86
|
||
|
|
|
||
|
|
.bg-white-btn
|
||
|
|
background: #ffffff20 !important
|
||
|
|
|
||
|
|
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100;200;300;400;500;600;700;800;900&display=swap')
|
||
|
|
|
||
|
|
$noto-thai: 'Noto Sans Thai', sans-serif
|
||
|
|
|
||
|
|
#azay-app,
|
||
|
|
div
|
||
|
|
font-family: $noto-thai !important
|
||
|
|
text-rendering: optimizeLegibility
|
||
|
|
-webkit-font-smoothing: antialiased
|
||
|
|
-moz-osx-font-smoothing: grayscale
|
||
|
|
|
||
|
|
$separator-color: #EDEDED !default
|