This is an automated email from the ASF dual-hosted git repository.
poorejc pushed a commit to branch FLAGON-344
in repository https://gitbox.apache.org/repos/asf/incubator-flagon.git
The following commit(s) were added to refs/heads/FLAGON-344 by this push:
new 16dc886 [FLAGON-372] Updated to reflect flagon namechange
16dc886 is described below
commit 16dc886905b1f1aade17137c2798873c6c24aa4f
Author: poorejc <[email protected]>
AuthorDate: Tue Apr 16 21:18:54 2019 -0400
[FLAGON-372] Updated to reflect flagon namechange
---
site/_sass/_senssoft.scss | 88 -----------------------------------------------
1 file changed, 88 deletions(-)
diff --git a/site/_sass/_senssoft.scss b/site/_sass/_senssoft.scss
deleted file mode 100644
index 4b4dbc7..0000000
--- a/site/_sass/_senssoft.scss
+++ /dev/null
@@ -1,88 +0,0 @@
-body {
- display: flex;
- flex-direction: column;
-}
-
-.site-header {
- flex: 0 0;
-}
-
-.main-wrapper {
- flex: 1 0;
- height: auto;
- padding-top: 50px;
-}
-
-.footer {
- flex: 0 0;
- width: 100%;
- text-align: center;
-}
-
-#main-menu {
- height: 50px !important;
-}
-
-.page-wrapper {
- padding: 2em 0 2em 0;
-}
-
-#main-masthead {
- padding: 10em;
- background-image: url("/images/header.svg");
- background-repeat: no-repeat;
- background-position: center;
-}
-
-.blank-masthead {
- padding: 10em !important;
-}
-
-.image-masthead {
- padding: 6.8em !important;
-}
-
-.docs-wrapper {
- display: flex;
-}
-
-.docs-sidebar {
- flex: 1 0 180px;
- padding: 2em;
- background-color: $grey;
- min-height: calc(100vh - 50px);
-}
-
-.docs-content {
- flex: 8;
- padding: 2em;
-}
-
-.docs-list {
- margin-left: 3em !important;
-}
-
-.docs-list > a.item:before {
- color: $white !important;
-}
-
-.component-image {
- max-width: 100%;
- max-height: 170px;
-}
-
-.site-title {
- white-space: nowrap;
-}
-
-.segment-image {
- max-width: 100%;
-}
-
-.feature-description {
- color: $white;
-}
-
-.indented {
- padding-left: 2em;
-}