Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bep/docuapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/scss/slate/_styles.scss')
-rw-r--r--assets/scss/slate/_styles.scss29
1 files changed, 14 insertions, 15 deletions
diff --git a/assets/scss/slate/_styles.scss b/assets/scss/slate/_styles.scss
index 6729067..13c949b 100644
--- a/assets/scss/slate/_styles.scss
+++ b/assets/scss/slate/_styles.scss
@@ -1,17 +1,16 @@
.content {
- // prevent clearing of highlight divs
- &>div.highlight {
- clear:none;
- }
+ // prevent clearing of highlight divs
+ & > div.highlight {
+ clear: none;
}
-
- .toc-wrapper .toc-h3 {
- padding-left: 50px;
- font-size: 12px;
- }
-
- .da-toc-list-h2 {
- background-color: $nav-subitem-bg;
- font-weight: 500;
- }
- \ No newline at end of file
+}
+
+.toc-wrapper .toc-h3 {
+ padding-left: 50px;
+ font-size: 12px;
+}
+
+.da-toc-list-h2 {
+ background-color: $nav-subitem-bg;
+ font-weight: 500;
+}