-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
44 additions
and
75 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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
|
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// Grid settings | ||
$main-sm-columns: 12; | ||
$sidebar-sm-columns: 4; | ||
|
||
// Colors | ||
$brand-primary: #27ae60; |
File renamed without changes.
10 changes: 5 additions & 5 deletions
10
assets/styles/components/_comments.less → assets/styles/components/_comments.scss
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,19 @@ | ||
.comment-list { | ||
&:extend(.list-unstyled all); | ||
@include list-unstyled; | ||
} | ||
.comment-list ol { | ||
list-style: none; | ||
} | ||
.comment-form p { | ||
&:extend(.form-group all); | ||
@extend .form-group; | ||
} | ||
.comment-form input[type="text"], | ||
.comment-form input[type="email"], | ||
.comment-form input[type="url"], | ||
.comment-form textarea { | ||
&:extend(.form-control all); | ||
@extend .form-control; | ||
} | ||
.comment-form input[type="submit"] { | ||
&:extend(.btn all); | ||
&:extend(.btn-primary all); | ||
@extend .btn; | ||
@extend .btn-primary; | ||
} |
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// Grid system | ||
.main { | ||
@include make-sm-column($main-sm-columns); | ||
.sidebar-primary & { | ||
@include make-sm-column($main-sm-columns - $sidebar-sm-columns); | ||
} | ||
} | ||
.sidebar { | ||
@include make-sm-column($sidebar-sm-columns); | ||
} |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
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 was deleted.
Oops, something went wrong.
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