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

github.com/zzossig/hugo-theme-zdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/components/_expand.scss')
-rw-r--r--assets/sass/components/_expand.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/sass/components/_expand.scss b/assets/sass/components/_expand.scss
index 7f7887f..9109530 100644
--- a/assets/sass/components/_expand.scss
+++ b/assets/sass/components/_expand.scss
@@ -5,6 +5,7 @@
&__content {
overflow: hidden;
max-height: 0;
+ margin: 0 1rem;
border-bottom-left-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
@@ -45,12 +46,14 @@
border: none;
font-size: 1rem;
font-family: $title-font;
+ margin: 0.5rem 0;
@include flexbox();
@include align-items(center);
@include themify($themes) {
color: inherit;
border-top: 1px solid themed('border-line-color');
+ border-bottom: 1px solid themed('border-line-color');
background-color: themed('expand-background-color');
@include on-event {
background-color: themed('expand-background-color-hover');