Skip to content

Commit

Permalink
New version 2.0
Browse files Browse the repository at this point in the history
Version 2.0
New layout and also new section called FORM
  • Loading branch information
Vegetam committed Feb 3, 2016
1 parent 4112911 commit 3fd4d23
Show file tree
Hide file tree
Showing 12 changed files with 17,823 additions and 1,935 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules/
.sass-cache/
40 changes: 40 additions & 0 deletions css/bootstrap-combined.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -8062,3 +8062,43 @@ button.close {
#SM {width:768px;}
#XS {width:480px;}
#LG {width:100%}
.color-swatches .brand-primary
{
background-color: #428BCA;
}
.color-swatches .brand-success
{
background-color: #5CB85C;
}
.color-swatches .brand-info
{
background-color: #5BC0DE;
}
.color-swatches .brand-warning
{
background-color: #F0AD4E;
}
.color-swatches .brand-danger
{
background-color: #D9534F;
}
.color-swatches .gray-darker
{
background-color: #222222;
}
.color-swatches .gray-dark
{
background-color: #333333;
}
.color-swatches .gray
{
background-color: #555555;
}
.color-swatches .gray-light
{
background-color: #999999;
}
.color-swatches .gray-lighter
{
background-color: #EEEEEE;
}
Loading

0 comments on commit 3fd4d23

Please sign in to comment.