about summary refs log tree commit diff
path: root/app/javascript/styles
diff options
context:
space:
mode:
authorSurinna Curtis <ekiru.0@gmail.com>2017-07-17 22:06:31 -0500
committerkibigo! <marrus-sh@users.noreply.github.com>2017-07-18 11:27:48 -0700
commit7a77f7b3bbafff6b8c9899e1c4404ab5e5cde853 (patch)
tree03ca53188da35fa5ef39f54410bdc3ee029693d4 /app/javascript/styles
parentdf74e26baf3c639d0419a7b809208636e81d93f3 (diff)
Add sourceRoot/includePaths to loaders
Use the settings modal as an example/testcase
Diffstat (limited to 'app/javascript/styles')
-rw-r--r--app/javascript/styles/components.scss83
1 files changed, 0 insertions, 83 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss
index a09a33e00..0a8fa5e6d 100644
--- a/app/javascript/styles/components.scss
+++ b/app/javascript/styles/components.scss
@@ -3659,89 +3659,6 @@ button.icon-button.active i.fa-retweet {
   margin-bottom: 20px;
 }
 
-.settings-modal {
-  position: relative;
-  display: flex;
-  flex-direction: row;
-  background: $ui-secondary-color;
-  color: $ui-base-color;
-  border-radius: 8px;
-  height: 80vh;
-  width: 80vw;
-  max-width: 740px;
-  max-height: 450px;
-  overflow: hidden;
-
-  label {
-    display: block;
-  }
-
-  h1 {
-    font-size: 18px;
-    font-weight: 500;
-    line-height: 24px;
-    margin-bottom: 20px;
-  }
-
-  h2 {
-    font-size: 15px;
-    font-weight: 500;
-    line-height: 20px;
-    margin-top: 20px;
-    margin-bottom: 10px;
-  }
-}
-
-.settings-modal__navigation {
-  background: $primary-text-color;
-  color: $ui-base-color;
-  width: 200px;
-  font-size: 15px;
-  line-height: 20px;
-  overflow-y: auto;
-
-  .settings-modal__navigation-item, .settings-modal__navigation-close {
-    display: block;
-    padding: 15px 20px;
-    cursor: pointer;
-    outline: none;
-    text-decoration: none;
-  }
-
-  .settings-modal__navigation-item {
-    background: $primary-text-color;
-    color: inherit;
-    border-bottom: 1px $ui-primary-color solid;
-    transition: background .3s;
-
-    &:hover {
-      background: $ui-secondary-color;
-    }
-
-    &.active {
-      background: $ui-highlight-color;
-      color: $primary-text-color;
-    }
-  }
-
-  .settings-modal__navigation-close {
-    background: $error-value-color;
-    color: $primary-text-color;
-  }
-}
-
-.settings-modal__content {
-  display: block;
-  flex: auto;
-  padding: 15px 20px 15px 20px;
-  width: 360px;
-  overflow-y: auto;
-
-  select {
-    margin-bottom: 5px;
-  }
-}
-
 .onboard-sliders {
   display: inline-block;
   max-width: 30px;