-
-
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
1 parent
ad420f4
commit f05006e
Showing
20 changed files
with
125 additions
and
105 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,7 @@ | ||
@forward '_x/alert'; | ||
@forward '_x/comment'; | ||
@forward '_x/markdown'; | ||
@forward '_x/pass'; | ||
@forward '_x/search'; | ||
@forward '_x/t-o-c'; | ||
@forward '_x/user'; |
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 @@ | ||
@mixin alert { | ||
[role='alert'] { | ||
background: rgba(0, 0, 0, 0.125); | ||
border: 1px solid rgba(0, 0, 0, 0.5); | ||
padding: 0.25rem 0.75rem; | ||
text-align: center; | ||
a { | ||
text-decoration: underline; | ||
} | ||
} | ||
} |
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,36 @@ | ||
@mixin comment { | ||
.comments, | ||
.comments-body, | ||
.comments-footer, | ||
.form-comment { | ||
margin-top: 1rem; | ||
} | ||
.comments { | ||
h3, | ||
h4 { | ||
color: #1b0431; | ||
font-size: 125%; | ||
} | ||
} | ||
.comment-header { | ||
color: #555; | ||
.comment-author { | ||
color: inherit; | ||
font: inherit; | ||
font-weight: bold; | ||
} | ||
} | ||
.form-comment { | ||
p { | ||
input, | ||
select, | ||
textarea { | ||
+ br { | ||
+ small { | ||
color: #555; | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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,5 @@ | ||
@mixin markdown { | ||
[role='doc-endnotes'] { | ||
@extend %small; | ||
} | ||
} |
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,7 @@ | ||
@mixin pass { | ||
form { | ||
&[name='pass'] { | ||
padding: 1rem; | ||
} | ||
} | ||
} |
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,17 @@ | ||
@mixin search { | ||
search { | ||
display: block; | ||
input { | ||
flex: 1; | ||
min-width: 0; | ||
+ button { | ||
flex: initial; | ||
} | ||
} | ||
p { | ||
display: flex; | ||
flex-wrap: wrap; | ||
gap: 0.5rem; | ||
} | ||
} | ||
} |
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,20 @@ | ||
@mixin t-o-c { | ||
[role='doc-toc'] { | ||
[role='heading'] { | ||
padding-left: 1rem; | ||
} | ||
[role='doc-pagelist'] { | ||
li { | ||
&::after, | ||
&::before { | ||
border-color: #bfb186; | ||
} | ||
&:last-child { | ||
&::after { | ||
background: transparent url('content.jpg') repeat-y 50% 50%; | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
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,7 @@ | ||
@mixin user { | ||
form { | ||
&[name='user'] { | ||
padding: 1rem; | ||
} | ||
} | ||
} |
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
Large diffs are not rendered by default.
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