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:
authorVicky <vicky@vickylai.com>2018-08-24 23:06:45 +0300
committerVicky <vicky@vickylai.com>2018-08-24 23:06:45 +0300
commit6a63b29b5e410f3d2d5326bb0c831adfe558dfcf (patch)
treeaa6d32166403c5b34111bca7b820a066a01a60d8
parent463f61286ef7a0179e158c7fc50ff5fb79123cc2 (diff)
Fix size of carousel buttons
- Next and Prev buttons were too small to click easily
-rw-r--r--assets/sass/_base.sass7
-rw-r--r--exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.content9
2 files changed, 16 insertions, 0 deletions
diff --git a/assets/sass/_base.sass b/assets/sass/_base.sass
index e9be84c..886429a 100644
--- a/assets/sass/_base.sass
+++ b/assets/sass/_base.sass
@@ -126,7 +126,14 @@ hr
text-transform: uppercase
font-size: 14px
+.owl-nav
+ height: 50px
+.owl-next, .owl-prev
+ height: 30px
+ span
+ font-size: 3rem
+ line-height: 30px
.footer-text
font-size: 0.8em
diff --git a/exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.content b/exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.content
index 84e1482..965a7be 100644
--- a/exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.content
+++ b/exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.content
@@ -7191,6 +7191,15 @@ hr {
text-transform: uppercase;
font-size: 14px; }
+.owl-nav {
+ height: 50px; }
+
+.owl-next, .owl-prev {
+ height: 30px; }
+ .owl-next span, .owl-prev span {
+ font-size: 3rem;
+ line-height: 30px; }
+
.footer-text {
font-size: 0.8em; }
.footer-text a {