diff options
Diffstat (limited to 'vector/components/notifications.less')
-rw-r--r-- | vector/components/notifications.less | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vector/components/notifications.less b/vector/components/notifications.less new file mode 100644 index 0000000..cadb61c --- /dev/null +++ b/vector/components/notifications.less @@ -0,0 +1,20 @@ +/* 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); + } +} |