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

github.com/Vimux/Binario.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorvimux <vimux@protonmail.com>2018-05-24 23:52:05 +0300
committervimux <vimux@protonmail.com>2018-05-24 23:52:05 +0300
commit3682d6b15853c4f9d3d552aea94ab1ca07422189 (patch)
tree5547d2660665fd7e5c11a1c0190eb852a2c4ed9f /static
parentf1f7415d8429759516bec0fcf7cb52d64c8366cd (diff)
Add initial social section
* Facebook * Twitter * Telegram * Google Plus * Instagram * Pinterest * VK * LinkedIn * GitHub * GitLab * Stack Overflow * Mastodon
Diffstat (limited to 'static')
-rw-r--r--static/css/main.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 08eb0d9..f6d91da 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -750,6 +750,27 @@ mark {
border-top: 2px solid #333;
}
+.footer__social {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: center;
+ margin-bottom: .5rem;
+}
+
+.social__link {
+ margin: .25rem;
+ font-size: 0;
+ background-color: #2a2a2a;
+ border: 1px solid #333;
+ fill: #999;
+ stroke: #999;
+}
+
+.social__link:hover {
+ fill: #c3c3c3;
+ stroke: #c3c3c3;
+}
+
.footer__copyright {
text-align: center;
}