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:
Diffstat (limited to 'assets/css/_partial')
-rw-r--r--assets/css/_partial/_header.scss1
-rw-r--r--assets/css/_partial/_icon.scss10
-rw-r--r--assets/css/_partial/_single/_footer.scss6
3 files changed, 17 insertions, 0 deletions
diff --git a/assets/css/_partial/_header.scss b/assets/css/_partial/_header.scss
index 9e48ece..7b3cd46 100644
--- a/assets/css/_partial/_header.scss
+++ b/assets/css/_partial/_header.scss
@@ -2,6 +2,7 @@ header {
width: 100%;
z-index: 150;
background-color: $header-background-color;
+ @include box-shadow(0px 1px 4px rgba(0, 0, 0, .1));
.dark & {
background-color: $header-background-color-dark;
diff --git a/assets/css/_partial/_icon.scss b/assets/css/_partial/_icon.scss
new file mode 100644
index 0000000..c260504
--- /dev/null
+++ b/assets/css/_partial/_icon.scss
@@ -0,0 +1,10 @@
+svg.icon {
+ display: inline-block;
+ width: 1.25em;
+ height: 1em;
+ text-align: center;
+
+ path {
+ fill: currentColor;
+ }
+}
diff --git a/assets/css/_partial/_single/_footer.scss b/assets/css/_partial/_single/_footer.scss
index b02fa64..aad4b90 100644
--- a/assets/css/_partial/_single/_footer.scss
+++ b/assets/css/_partial/_single/_footer.scss
@@ -39,6 +39,12 @@
@include link(false, false);
}
+
+ .post-info-share {
+ a * {
+ vertical-align: text-bottom;
+ }
+ }
}
}