aboutsummaryrefslogtreecommitdiffstats
path: root/_sass/site.scss
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-02-04 20:22:30 -0600
committerMatt Rude <[email protected]>2018-02-04 20:22:30 -0600
commit2c117a6994b3cf814638e2b98cb78203539ec11a (patch)
treeef3ba31d1dfd2fce790feac037cf354b1b83d431 /_sass/site.scss
parente7c71a400ccf5d1f10d8554d446c6b0af2d13205 (diff)
downloadxmpp-site-lite-2c117a6994b3cf814638e2b98cb78203539ec11a.tar.gz
xmpp-site-lite-2c117a6994b3cf814638e2b98cb78203539ec11a.tar.bz2
xmpp-site-lite-2c117a6994b3cf814638e2b98cb78203539ec11a.zip
Updates
Diffstat (limited to '_sass/site.scss')
-rw-r--r--_sass/site.scss55
1 files changed, 50 insertions, 5 deletions
diff --git a/_sass/site.scss b/_sass/site.scss
index 3a3aadd..95b18c5 100644
--- a/_sass/site.scss
+++ b/_sass/site.scss
@@ -28,6 +28,7 @@ body {
position: relative;
}
+
// Links
a {
@@ -208,6 +209,55 @@ pre {
}
// New User Guide
+#nug {
+ #nug-content {
+ padding: unset;
+ }
+ #nug-opening {
+ min-height:400px;
+ width: 100%;
+ span {
+ font-size: 100px;
+ }
+ }
+ .nug-feature-section {
+ }
+ #nug-nav-body {
+ width: 100%;
+ }
+ .index-section {
+ margin-right: -20%;
+ padding-right: 20%;
+ }
+}
+
+#nug-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;
+ }
+}
+
.section-header-nug {
padding-top: 60px;
}
@@ -338,11 +388,6 @@ td.FAILED {
padding-top: 60px;
}
-.nav-item a {
- padding: 0 10px;
- color: #fff;
-}
-
@media (max-width: 990px) {
.contact-list {
font-size: 1.7em;