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.scss12
1 files changed, 10 insertions, 2 deletions
diff --git a/web/sass-files/sass/partials/_base.scss b/web/sass-files/sass/partials/_base.scss
index 18462d92a..44a474213 100644
--- a/web/sass-files/sass/partials/_base.scss
+++ b/web/sass-files/sass/partials/_base.scss
@@ -34,15 +34,20 @@ body {
}
}
+img {
+ max-width: 100%;
+ height: auto;
+}
+
.input-group-addon {
background: transparent;
}
.popover {
color: #333;
- &.bottom {
+ &.bottom, &.right, &.top, &.left {
>.arrow:after {
- border-bottom-color: rgba(white, 0.5);
+ border-color: transparent;
}
}
.popover-title {
@@ -78,6 +83,9 @@ a:focus, a:hover {
.tooltip {
.tooltip-inner {
word-break: break-word;
+ font-size: 13px;
+ padding: 3px 10px 4px;
+ font-weight: 500;
}
}