Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2015-10-20 01:51:14 +0300
committerdiosmosis <benaka@piwik.pro>2015-10-20 01:51:14 +0300
commit06d46c0c2377a9825f807cf2f58f3f89ed8bfbd0 (patch)
treecdfc7bdf0c9ff0dff660e6c90e00e74d93723d8b /plugins
parent48ca332907257c35a7d94c1b120c9ad6cfaf320d (diff)
Remove middle vertical alignment of alert icons. They are now aligned w/ the top of the notification text.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Morpheus/stylesheets/ui/_alerts.less2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Morpheus/stylesheets/ui/_alerts.less b/plugins/Morpheus/stylesheets/ui/_alerts.less
index 0b6ceebf95..c3f1dee5e6 100644
--- a/plugins/Morpheus/stylesheets/ui/_alerts.less
+++ b/plugins/Morpheus/stylesheets/ui/_alerts.less
@@ -20,7 +20,6 @@
left: 20px;
line-height: 100%; // line-height = font-size
font-size: 24px;
- .alert-icon-center-vertically(24px);
}
a {
@@ -45,7 +44,6 @@
&:before {
color: #afafaf;
font-size: 20px;
- .alert-icon-center-vertically(20px);
}
}
.alert-warning {