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:
authorVictoria Drake <hello@victoria.dev>2021-01-08 04:42:19 +0300
committerVictoria Drake <hello@victoria.dev>2021-01-08 04:42:19 +0300
commit2162fe62ea83f415604fb9e1857a2c82c11cc11e (patch)
tree2cf3fbd08380e35318433eb322cca271657cd560 /exampleSite
parentb6a9ec2b6e10973811ec52135eb27c3986041a9e (diff)
Remove Google+ share buttons
Close #249
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.content7
1 files changed, 6 insertions, 1 deletions
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 c54f1e4..5631714 100644
--- a/exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.content
+++ b/exampleSite/resources/_gen/assets/sass/sass/style.sass_7642ba43b3212fd7d7ba324df3b88b0c.content
@@ -3675,7 +3675,7 @@ readers do not read off random characters that represent icons */
font-family: 'Font Awesome 5 Free';
font-weight: 900; }
-.is-unselectable, .modal-close {
+.is-unselectable {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
@@ -3703,6 +3703,11 @@ readers do not read off random characters that represent icons */
margin-bottom: 1.5rem; }
.modal-close {
+ -webkit-touch-callout: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ user-select: none;
-moz-appearance: none;
-webkit-appearance: none;
background-color: rgba(10, 10, 10, 0.2);