Last change
on this file since 0c07a90 was 0924b6c, checked in by Özkan İliyaz <iliyaz_96@…>, 4 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
318 bytes
|
Rev | Line | |
---|
[0924b6c] | 1 |
|
---|
| 2 | // Body
|
---|
| 3 | $body-bg: #f8fafc;
|
---|
| 4 |
|
---|
| 5 | // Typography
|
---|
| 6 | $font-family-sans-serif: "Nunito", sans-serif;
|
---|
| 7 | $font-size-base: 0.9rem;
|
---|
| 8 | $line-height-base: 1.6;
|
---|
| 9 |
|
---|
| 10 | // Colors
|
---|
| 11 | $blue: #3490dc;
|
---|
| 12 | $indigo: #6574cd;
|
---|
| 13 | $purple: #9561e2;
|
---|
| 14 | $pink: #f66D9b;
|
---|
| 15 | $red: #e3342f;
|
---|
| 16 | $orange: #f6993f;
|
---|
| 17 | $yellow: #ffed4a;
|
---|
| 18 | $green: #38c172;
|
---|
| 19 | $teal: #4dc0b5;
|
---|
| 20 | $cyan: #6cb2eb;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.