summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_base.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web/sass-files/sass/partials/_base.scss')
-rw-r--r--web/sass-files/sass/partials/_base.scss46
1 files changed, 24 insertions, 22 deletions
diff --git a/web/sass-files/sass/partials/_base.scss b/web/sass-files/sass/partials/_base.scss
index 04ba9c51e..6443846e1 100644
--- a/web/sass-files/sass/partials/_base.scss
+++ b/web/sass-files/sass/partials/_base.scss
@@ -12,37 +12,37 @@ body {
width: 100%;
height: 100%;
&.white {
- background: #fff;
- > .container-fluid {
- overflow: auto;
- }
- .inner__wrap {
- > .row.content {
- min-height: 100%;
- margin-bottom: -89px;
- }
+ background: #fff;
+ > .container-fluid {
+ overflow: auto;
+ }
+ .inner__wrap {
+ > .row.content {
+ min-height: 100%;
+ margin-bottom: -89px;
}
+ }
}
}
.inner__wrap {
+ height: 100%;
+ > .row.main {
height: 100%;
- > .row.main {
- height: 100%;
- position: relative;
- }
+ position: relative;
+ }
}
.container-fluid {
- @include legacy-pie-clearfix;
- height: 100%;
- position: relative;
+ @include legacy-pie-clearfix;
+ height: 100%;
+ position: relative;
}
.channel-view {
- @include clearfix;
- height: 100%;
- position: relative;
+ @include clearfix;
+ height: 100%;
+ position: relative;
}
img {
@@ -65,7 +65,9 @@ img {
background: rgba(black, 0.05);
}
.popover-content {
- white-space: pre-wrap;
+ p:last-child {
+ margin-bottom: 5px;
+ }
}
}
@@ -105,8 +107,8 @@ a:focus, a:hover {
}
.nopadding {
- padding: 0;
- margin: 0;
+ padding: 0;
+ margin: 0;
}
.text-danger, a.text-danger {