-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: partial static website design
- Loading branch information
1 parent
3877a41
commit b4dee8c
Showing
4 changed files
with
129 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,22 @@ | ||
// Completer inputs variables | ||
$color_0: #333; | ||
$color_1: #dfdfdf; | ||
$color_2: #fff; | ||
$color_3: #f2f2f2; | ||
$color_4: #637c8e; | ||
$color_5: #c0c0c0; | ||
$color_10: #435A6B; | ||
$color_11: #BBBE64; | ||
$color_12: #e2e2e2; | ||
@import url('https://fonts.googleapis.com/css?family=Open+Sans'); | ||
@import url('https://fonts.googleapis.com/css?family=Thasadith'); | ||
|
||
// Demo inputs variables | ||
$color_6: lighten(#1e1e1e, 5%); | ||
$color_7: #89867E; | ||
$color_8: #666; | ||
$color_9: #777; | ||
//// | ||
/// Colors variables | ||
//// | ||
|
||
$color-1: #ffffff; | ||
$color-2: #c0c0c0; | ||
$color-3: #dfdfdf; | ||
$color-4: #777; | ||
$color-5: #666; | ||
$color-6: #333; | ||
|
||
$font-base: 'Open Sans', Helvetica, Geneva, Tahoma, sans-serif; | ||
$font-alt: 'Montserrat', Helvetica, Geneva, Tahoma, sans-serif; | ||
//// | ||
/// Fonts variables | ||
//// | ||
|
||
$font-title: 'Thasadith', sans-serif; | ||
$font-base: 'Open Sans', sans-serif; | ||
|
||
$font-size-base: 14px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters