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.scss11
1 files changed, 7 insertions, 4 deletions
diff --git a/web/sass-files/sass/partials/_base.scss b/web/sass-files/sass/partials/_base.scss
index 44a474213..cb5ff67b5 100644
--- a/web/sass-files/sass/partials/_base.scss
+++ b/web/sass-files/sass/partials/_base.scss
@@ -39,10 +39,6 @@ img {
height: auto;
}
-.input-group-addon {
- background: transparent;
-}
-
.popover {
color: #333;
&.bottom, &.right, &.top, &.left {
@@ -53,6 +49,9 @@ img {
.popover-title {
background: rgba(black, 0.05);
}
+ .popover-content {
+ white-space: pre-wrap;
+ }
}
.dropdown-menu {
@@ -182,6 +181,10 @@ a:focus, a:hover {
background-color: white !important;
}
+.alert {
+ padding: 8px 12px;
+}
+
.emoji {
width: 1.5em;
height: 1.5em;