Created
February 11, 2017 18:06
-
-
Save pradeep1991singh/d17bbab102b88bf078800d85bbd0fde2 to your computer and use it in GitHub Desktop.
_variables.scss file for html-sass project
This file contains hidden or 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
| /* | |
| * common variables | |
| */ | |
| /* colors */ | |
| $bg-color: #e6e5e1; | |
| $secondary-bg-color: #3bb18d; | |
| $primary-color: #575b63; | |
| /* font and font-family */ | |
| $font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; | |
| $default-font-size: 20px; | |
| $default-font-color: #000; | |
| /* default margin and padding */ | |
| $default-padding: 10px; | |
| $default-margin: 10px; | |
| /* border */ | |
| $default-border-color: #000; | |
| $primary-border-color: #3bb18d; | |
| $secondary-border-color: #fff; | |
| $default-border-size: 2px; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment