summaryrefslogtreecommitdiffstats
path: root/scss/style.scss
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2020-08-08 18:51:36 -0400
committerrsiddharth <s@ricketyspace.net>2020-08-08 18:51:36 -0400
commit84ea2a2ef7bee45b8b7a069d50487a3b8c073caa (patch)
treed1f7bb2b908d1546affc8c71cb31aa0a70e6ac1f /scss/style.scss
parent7bccac71de92610fd7f1143d784378a83cb77c78 (diff)
footer: add "follow us" section
* scss/style.scss (.mastadon-icon .follow-block): New classes. * static/includes/follow.html: New file. * static/includes/footer.html: Include follow.html
Diffstat (limited to 'scss/style.scss')
-rw-r--r--scss/style.scss29
1 files changed, 28 insertions, 1 deletions
diff --git a/scss/style.scss b/scss/style.scss
index 07dca53..b5f19a0 100644
--- a/scss/style.scss
+++ b/scss/style.scss
@@ -78,7 +78,7 @@ nav {
}
}
-// Feed
+// Feed, Social
a.feed {
border-bottom: 0px;
}
@@ -91,6 +91,33 @@ a.feed {
margin-left: 2px;
}
+.mastadon-icon {
+ content: url('/assets/img/mastadon.svg');
+ background-color: $fsfi-dark;
+ max-width: 17px;
+ border-radius: 3px;
+ margin-left: 2px;
+}
+
+.follow-block {
+ ul {
+ display: flex;
+ justify-content: center;
+ list-style: none;
+ margin: 0 0 0 0;
+
+ li {
+ display: inline;
+ margin-top: 1px;
+
+ a {
+ border-bottom: 0px;
+ }
+ }
+ }
+}
+
+
// Join
.fellowship-type {
border: 2px solid $fsfi-dark;