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

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruPagge <git@upagge.ru>2021-01-31 09:28:33 +0300
committeruPagge <git@upagge.ru>2021-01-31 09:28:33 +0300
commit8b21309a3ffd45deb8a48d0f1be152c4da3a9bfb (patch)
treed17b28781ad3a1fb5118f902f2e3a39d9742313f /assets/css
parent0f935edac3ac6ff529775213f363543dac45aa7a (diff)
share head
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/_ublogger.scss21
1 files changed, 21 insertions, 0 deletions
diff --git a/assets/css/_ublogger.scss b/assets/css/_ublogger.scss
index 65602f5..d26e5eb 100644
--- a/assets/css/_ublogger.scss
+++ b/assets/css/_ublogger.scss
@@ -74,6 +74,7 @@ article {
padding-top: 90px;
text-align: center;
line-height: 3rem;
+ margin-bottom: 0.5rem;
a.header-mark:before {
content: none;
@@ -1106,6 +1107,26 @@ figure {
}
}
+.header-title-share{
+
+ text-align: center;
+
+ a {
+ font-size: 12px;
+ display: inline-block;
+ padding: 2px 7px;
+ border: solid 2px #555555;
+ border-radius: 15px;
+ color: #555555;
+ text-decoration: none;
+ margin-right: 4px;
+ line-height: 16px;
+ [theme=dark] & {
+ color: $global-font-color-dark;
+ }
+ }
+}
+
@import "_partial/share-icon";
@import "ublogger_media"; \ No newline at end of file