summaryrefslogtreecommitdiffstats
path: root/webapp/sass/base/_structure.scss
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2017-09-06 23:04:13 -0700
committerChristopher Speller <crspeller@gmail.com>2017-09-06 23:11:58 -0700
commitd8bd57901e33a7057e26e782e295099ffcc0da89 (patch)
treee12dfc8cad42b1576756d19d7fbfd82646a009bf /webapp/sass/base/_structure.scss
parent7bc8e9a08dfde56387f946fdf5086252aa4d0491 (diff)
downloadchat-d8bd57901e33a7057e26e782e295099ffcc0da89.tar.gz
chat-d8bd57901e33a7057e26e782e295099ffcc0da89.tar.bz2
chat-d8bd57901e33a7057e26e782e295099ffcc0da89.zip
Removing webapp
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%);
- }
-}