aboutsummaryrefslogtreecommitdiff
path: root/less/alerts.less
diff options
context:
space:
mode:
Diffstat (limited to 'less/alerts.less')
-rw-r--r--less/alerts.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/alerts.less b/less/alerts.less
index e0e3707c0..60f0b2a27 100644
--- a/less/alerts.less
+++ b/less/alerts.less
@@ -8,11 +8,11 @@
.alert {
padding: 8px 35px 8px 14px;
- margin-bottom: @base-line-height;
+ margin-bottom: @line-height-base;
text-shadow: 0 1px 0 rgba(255,255,255,.5);
background-color: @warningBackground;
border: 1px solid @warningBorder;
- border-radius: @baseBorderRadius;
+ border-radius: @border-radius-base;
}
.alert,
.alert h4 {
@@ -28,7 +28,7 @@
position: relative;
top: -2px;
right: -21px;
- line-height: @base-line-height;
+ line-height: @line-height-base;
}