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/_variables.scss')
-rw-r--r--assets/scss/slate/_variables.scss17
1 files changed, 5 insertions, 12 deletions
diff --git a/assets/scss/slate/_variables.scss b/assets/scss/slate/_variables.scss
index ef371cf..a0dd54b 100644
--- a/assets/scss/slate/_variables.scss
+++ b/assets/scss/slate/_variables.scss
@@ -1,17 +1,5 @@
@import 'docuapi_overrides';
-.content {
- // prevent clearing of highlight divs
- &>div.highlight {
- clear:none;
- }
-}
-
-.toc-wrapper .toc-h3 {
- padding-left: 50px;
- font-size: 12px;
-}
-
// BACKGROUND COLORS
////////////////////
$nav-bg: #2E3336 !default;
@@ -102,3 +90,8 @@ $search-box-border-color: #666 !default;
word-break: break-all;
hyphens: auto;
}
+
+// DocuAPI overrides.
+////////////////////
+@import 'styles';
+