summaryrefslogtreecommitdiffstats
path: root/webapp/sass/base/_structure.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/base/_structure.scss')
-rw-r--r--webapp/sass/base/_structure.scss70
1 files changed, 0 insertions, 70 deletions
diff --git a/webapp/sass/base/_structure.scss b/webapp/sass/base/_structure.scss
deleted file mode 100644
index b29cfa424..000000000
--- a/webapp/sass/base/_structure.scss
+++ /dev/null
@@ -1,70 +0,0 @@
-@charset 'UTF-8';
-
-html,
-body {
- height: 100%;
-}
-
-body {
- background: $bg--gray;
- height: 100%;
- position: relative;
- width: 100%;
-
- &.error-bar--fixed {
- padding-top: 22px;
- }
-}
-
-.sticky {
- background: $white;
-
- > .container-fluid {
- overflow: auto;
- }
-
- .inner-wrap {
- > .row {
- &.content {
- margin-bottom: -89px;
- min-height: 100%;
- }
- }
- }
-}
-
-.inner-wrap {
- height: 100%;
-
- &.sticky {
- overflow: auto;
- }
-
- > .row {
- &.main {
- height: 100%;
- position: relative;
- }
- }
-}
-
-.container-fluid {
- @include legacy-pie-clearfix;
- height: 100%;
- position: relative;
- -webkit-overflow-scrolling: touch;
-}
-
-.channel-view {
- @include clearfix;
- height: 100%;
- position: relative;
-}
-
-img {
- max-width: 100%;
-
- &.rounded {
- @include border-radius(100%);
- }
-}