aboutsummaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-02-02 04:21:50 -0600
committerMatt Rude <[email protected]>2018-02-02 04:21:50 -0600
commit78ac601d95866a30dda2256c330f468e8008cd52 (patch)
tree695df21df7baf101e5739293f16b7737c29f2d6a /assets
parent1da54b52257152a7f899d658efa0dba630083db9 (diff)
downloadxmpp-site-lite-78ac601d95866a30dda2256c330f468e8008cd52.tar.gz
xmpp-site-lite-78ac601d95866a30dda2256c330f468e8008cd52.tar.bz2
xmpp-site-lite-78ac601d95866a30dda2256c330f468e8008cd52.zip
Add SASS Support
Diffstat (limited to 'assets')
-rw-r--r--assets/css/main.css107
-rw-r--r--assets/css/main.scss6
2 files changed, 6 insertions, 107 deletions
diff --git a/assets/css/main.css b/assets/css/main.css
deleted file mode 100644
index a176b97..0000000
--- a/assets/css/main.css
+++ /dev/null
@@ -1,107 +0,0 @@
-html {
- position: relative;
- min-height: 100%;
-}
-
-body {
- position: relative;
-}
-
-.wrapper {
- margin-bottom: 120px;
-}
-
-.footer {
- position: absolute;
- bottom: 0;
- width: 100%;
- background-color: #f5f5f5;
-}
-
-.index-section {
- padding: 100px 0 40px;
-}
-
-.index-section-last {
- padding: 100px 0 70px;
-}
-
-.list-inline {
- display: inline;
-}
-
-.site-title {
- text-align: right;
-}
-
-.site-title h1 {
- font-size: 4em;
-}
-
-.feature-section {
- padding-bottom: 40px;
-}
-
-.card {
- min-height: 600px;
- margin-bottom: 25px;
-}
-.card-img-top {
- width: 100px;
- margin: 30px auto 0;
-}
-
-.contact-list {
- font-size:2em;
- text-align: center;
- padding: unset;
-}
-
-td.PASSED {
- background-color: green;
- color: white;
-}
-td.FAILED {
- background-color: red;
- color: white;
-}
-
-.h1, .h2, .h3, h1, h2, h3 {
-/* padding-top: 60px; */
-}
-
-#definitions h2 {
- padding-top: 60px;
-}
-
-.nav-item a {
- padding: 0 10px;
- color: #fff;
-}
-
-@media (max-width: 990px) {
- .contact-list {
- font-size: 1.7em;
- }
- .client-mobile h4 {
- font-size: 1rem;
- }
-}
-
-@media (max-width: 768px) {
- .pull-right, .pull-left {
- text-align: center;
- }
- .site-title {
- display: none;
- }
- .client-mobile h4 {
- font-size: 1.3rem;
- }
-}
-
-@media (min-width: 992px) {
- .container {
- max-width: 960px;
- }
-}
diff --git a/assets/css/main.scss b/assets/css/main.scss
new file mode 100644
index 0000000..6d1d94c
--- /dev/null
+++ b/assets/css/main.scss
@@ -0,0 +1,6 @@
+---
+# this ensures Jekyll reads the file to be transformed into CSS later
+# only Main files contain this front matter, not partials.
+---
+
+@import "site";