aboutsummaryrefslogtreecommitdiffstats
path: root/_sass/site.scss
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-02-03 23:59:09 -0600
committerMatt Rude <[email protected]>2018-02-03 23:59:09 -0600
commitf14b721e8e12ceeda5e44bd7cce69e63d726aff9 (patch)
treeb0b34fcfbb6cad998d77670e142ac04b17fa763f /_sass/site.scss
parentc5c60729062cc3d89be7447b5d330367417aa6f7 (diff)
downloadxmpp-site-lite-f14b721e8e12ceeda5e44bd7cce69e63d726aff9.tar.gz
xmpp-site-lite-f14b721e8e12ceeda5e44bd7cce69e63d726aff9.tar.bz2
xmpp-site-lite-f14b721e8e12ceeda5e44bd7cce69e63d726aff9.zip
Closing up
Diffstat (limited to '_sass/site.scss')
-rw-r--r--_sass/site.scss35
1 files changed, 35 insertions, 0 deletions
diff --git a/_sass/site.scss b/_sass/site.scss
index bf776da..ec734a8 100644
--- a/_sass/site.scss
+++ b/_sass/site.scss
@@ -135,6 +135,41 @@ a:hover {
}
}
+// New Index Page
+
+#index-jobotron {
+ padding-top: 80px;
+ border-radius: 0;
+}
+
+#server-features-index {
+ background-color: rgba(0, 0, 0, 0.2);
+ z-index: 1;
+ padding: 0;
+ #navbar-main {
+ padding: 80px 0 0 0;
+ margin-top: -80px;
+ background: transparent!important;
+ }
+ #nav-body {
+ color: black;
+ background: transparent!important;
+ width: 100%
+ }
+ .nav-pills .nav-link {
+ border-radius: 0;
+ }
+ .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
+ color: #fff;
+ background-color: rgba(0, 0, 0, 0.2);
+ }
+ a {
+ color:black;
+ margin: unset!important;
+ }
+}
+
+
// New User Guide
.section-header-nug {