summaryrefslogtreecommitdiffstats
path: root/vector/components/notifications.less
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-19 00:33:07 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-19 00:33:07 +0200
commit9fdb309eb61f183b85ad84fa17b631a998100809 (patch)
treeb799befec06c86727f3351dc543a4c60d9a07085 /vector/components/notifications.less
parent77ba80f434366c75ae0b73d561b843ff367ebd84 (diff)
downloadmediawiki-9fdb309eb61f183b85ad84fa17b631a998100809.tar
mediawiki-9fdb309eb61f183b85ad84fa17b631a998100809.tar.gz
mediawiki-9fdb309eb61f183b85ad84fa17b631a998100809.tar.bz2
mediawiki-9fdb309eb61f183b85ad84fa17b631a998100809.tar.xz
mediawiki-9fdb309eb61f183b85ad84fa17b631a998100809.zip
Fix layout ( bis )
Diffstat (limited to 'vector/components/notifications.less')
-rw-r--r--vector/components/notifications.less20
1 files changed, 0 insertions, 20 deletions
diff --git a/vector/components/notifications.less b/vector/components/notifications.less
deleted file mode 100644
index cadb61c..0000000
--- a/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);
- }
-}