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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanzei <hanzei@mailbox.org>2018-07-11 10:55:47 +0300
committerHanzei <hanzei@mailbox.org>2018-07-11 10:55:47 +0300
commit297ac040157d3a66c02c430d7e54379219e6c124 (patch)
tree44ac49a083895772b8eb932f88f94cd820ea6fc0 /assets/sass
parent79574f632eea9470fc14d9cd345beb07bb9353ad (diff)
Fix style errors
Diffstat (limited to 'assets/sass')
-rw-r--r--assets/sass/_base.sass11
1 files changed, 10 insertions, 1 deletions
diff --git a/assets/sass/_base.sass b/assets/sass/_base.sass
index a3c5a46..113968c 100644
--- a/assets/sass/_base.sass
+++ b/assets/sass/_base.sass
@@ -7,6 +7,9 @@ body
color: $body-color
background-color: $background
+html.modal-open
+ overflow: hidden
+
@keyframes fadeIn
from
opacity: 0
@@ -108,6 +111,9 @@ hr
.no-padding
padding: 0
+.no-padding-top
+ padding-top: 0
+
.strong-post-title
font-weight: $weight-bold
@@ -141,7 +147,7 @@ hr
text-transform: uppercase
font-size: 14px
-a.navbar-item:hover:hover
+a.navbar-item:hover
color: $secondary
.expanding-menu
@@ -161,6 +167,9 @@ a.navbar-item:hover:hover
width: 2rem
margin: 0 10px
+.fa
+ font-size: 21px
+
.footer-text
font-size: 0.8em
a