forked from OpenNHP/opennhp
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Minwe
committed
May 22, 2015
1 parent
0a4579b
commit 2bb3ec9
Showing
7 changed files
with
59 additions
and
8 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,11 @@ | ||
/** | ||
* Divider Theme: dashed | ||
*/ | ||
|
||
.am-divider-dashed { | ||
border-top: 1px dashed #ccc; | ||
|
||
.hook-am-divider-dashed; | ||
} | ||
|
||
.hook-am-divider-dashed() {} |
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,11 @@ | ||
/** | ||
* Divider Theme: dotted | ||
*/ | ||
|
||
.am-divider-dotted { | ||
border-top: 1px dotted #ccc; | ||
|
||
.hook-am-divider-dotted; | ||
} | ||
|
||
.hook-am-divider-dotted() {} |
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,4 +1,9 @@ | ||
.am-divider { | ||
height: 0; | ||
margin: 1.5rem auto; | ||
overflow: hidden; | ||
clear: both; | ||
|
||
.hook-am-divider; | ||
} | ||
.hook-am-divider() {}; | ||
.hook-am-divider() {}; |