Skip to content

Commit 44f0023

Browse files
author
λhmad λjmi
committed
Some code refactoring and chnges to variables names
removed compiled css from git
1 parent 90a9865 commit 44f0023

11 files changed

+30
-419
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
node_modules
44
*.DS_Store
55
.DS_Store
6+
*.css

.helpers.scss.swp

12 KB
Binary file not shown.

_variables.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ $base-radius-unit: 3px !default;
1010

1111
$white : #fff;
1212
$gray : #2c3e50;
13+
$darkgray : #95a5a6;
1314
$dark : #2c3e50;
1415
$notice : #3498db;
1516
$success : #1abc9c;
16-
$danger : #e74c3c;
17+
$alert : #e74c3c;
1718
$border-color : #ecf0f1;
1819
$border-color--dark: #bdc3c7;

0 commit comments

Comments
 (0)