From 4950c2edf9601bd12b2fd77c33b6e34d3a625f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Wed, 19 Apr 2017 18:02:57 +0200 Subject: Prepare for mw 1.27 --- skins/vector/components/notifications.less | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 skins/vector/components/notifications.less (limited to 'skins/vector/components/notifications.less') 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); - } -} -- cgit v1.2.1