summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_base.scss
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-10-27 15:48:51 -0400
committerChristopher Speller <crspeller@gmail.com>2015-11-02 08:16:27 -0500
commit55f137c19cf45f4fd17249b5a23650c84b0d4f23 (patch)
tree0600885dab18a45c0b39f9a382ab5d776bedbce8 /web/sass-files/sass/partials/_base.scss
parent65acb1b201147ee20d3a07f97073ab7cd8c0efc2 (diff)
downloadchat-55f137c19cf45f4fd17249b5a23650c84b0d4f23.tar.gz
chat-55f137c19cf45f4fd17249b5a23650c84b0d4f23.tar.bz2
chat-55f137c19cf45f4fd17249b5a23650c84b0d4f23.zip
Creating hierarchy
Diffstat (limited to 'web/sass-files/sass/partials/_base.scss')
-rw-r--r--web/sass-files/sass/partials/_base.scss32
1 files changed, 14 insertions, 18 deletions
diff --git a/web/sass-files/sass/partials/_base.scss b/web/sass-files/sass/partials/_base.scss
index 635928fe3..a9f46a815 100644
--- a/web/sass-files/sass/partials/_base.scss
+++ b/web/sass-files/sass/partials/_base.scss
@@ -8,30 +8,26 @@ body {
background: $body-bg;
position: relative;
height: 100%;
- &.white {
- background: #fff;
- > .container-fluid {
- overflow: auto;
- }
- .inner__wrap {
- > .row.content {
- min-height: 100%;
- margin-bottom: -89px;
- }
- }
- }
- .inner__wrap {
+}
+
+.inner__wrap {
height: 100%;
> .row.main {
- height: 100%;
- position: relative;
+ height: 100%;
+ position: relative;
}
- }
- > .container-fluid {
+}
+
+.container-fluid {
+ @include clearfix;
+ height: 100%;
+ position: relative;
+}
+
+.channel-view {
@include clearfix;
height: 100%;
position: relative;
- }
}
img {