client initial commit
This commit is contained in:
parent
b5f98baa2b
commit
dd1547d7c2
70 changed files with 18446 additions and 0 deletions
24
Services/client/src/style/quasar-variables.sass
Normal file
24
Services/client/src/style/quasar-variables.sass
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
$primary: #2196f3
|
||||
$secondary: #f7f9fa
|
||||
$accent: #9C27B0
|
||||
|
||||
$dark: #35473C
|
||||
|
||||
$positive: #21BA45
|
||||
$negative: #C10015
|
||||
$info: #31CCEC
|
||||
$warning: #F2C037
|
||||
|
||||
@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
|
||||
|
||||
body
|
||||
font-family: $noto-thai !important
|
||||
text-rendering: optimizeLegibility
|
||||
-webkit-font-smoothing: antialiased
|
||||
-moz-osx-font-smoothing: grayscale
|
||||
|
||||
$separator-color: #EDEDED !default
|
||||
|
||||
$shadow-color: #c1c1c7 !default
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue