summaryrefslogtreecommitdiffstats
path: root/skins/vector/components/notifications.less
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-19 18:02:57 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-19 18:02:57 +0200
commit4950c2edf9601bd12b2fd77c33b6e34d3a625f61 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /skins/vector/components/notifications.less
parent49ba0a37faeda3645b7c5ad3a35afc7708666118 (diff)
downloadmediawiki-4950c2edf9601bd12b2fd77c33b6e34d3a625f61.tar
mediawiki-4950c2edf9601bd12b2fd77c33b6e34d3a625f61.tar.gz
mediawiki-4950c2edf9601bd12b2fd77c33b6e34d3a625f61.tar.bz2
mediawiki-4950c2edf9601bd12b2fd77c33b6e34d3a625f61.tar.xz
mediawiki-4950c2edf9601bd12b2fd77c33b6e34d3a625f61.zip
Prepare for mw 1.27
Diffstat (limited to 'skins/vector/components/notifications.less')
-rw-r--r--skins/vector/components/notifications.less20
1 files changed, 0 insertions, 20 deletions
diff --git a/skins/vector/components/notifications.less b/skins/vector/components/notifications.less
deleted file mode 100644
index cadb61c..0000000
--- a/skins/vector/components/notifications.less
+++ /dev/null
@@ -1,20 +0,0 @@
-/* mediawiki.notification */
-.skin-vector {
- .mw-notification-area {
- font-size: 0.8em;
- }
-
- .mw-notification-area-layout {
- top: 7em;
- }
-
- .mw-notification {
- background-color: #fff;
- background-color: rgba(255, 255, 255, 0.93);
- padding: 0.75em 1.5em;
- border: solid 1px @content-border-color;
- border-radius: 0.75em;
- -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.125);
- box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.125);
- }
-}