From 11530ab27fab9ffbd2b05b0b8366b768e1537a88 Mon Sep 17 00:00:00 2001 From: alistair3149 Date: Mon, 22 Mar 2021 15:04:28 -0400 Subject: [PATCH] feat: update CookieWarning styles --- .../CookieWarning/ext.CookieWarning.styles.less | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/skinStyles/extensions/CookieWarning/ext.CookieWarning.styles.less b/skinStyles/extensions/CookieWarning/ext.CookieWarning.styles.less index 74b5d230..7e8fb7e7 100644 --- a/skinStyles/extensions/CookieWarning/ext.CookieWarning.styles.less +++ b/skinStyles/extensions/CookieWarning/ext.CookieWarning.styles.less @@ -7,26 +7,26 @@ @import '../../../resources/mixins.less'; .mw-cookiewarning-container { - overflow: hidden; - max-width: var( --width-breakpoint-desktop-wide ); + width: auto; justify-content: space-between; padding: 0 var( --padding-page ); - margin: 0 auto; + border: 1px solid var( --border-color-base ); + margin: 10px; background-color: #343a40; // dark base 70 - border-radius: @border-radius-large @border-radius-large 0 0; + border-radius: @border-radius-large; font-size: @content-monospace-size; - font-weight: normal; line-height: 1.4; - opacity: 1; .boxshadow(5); .mw-cookiewarning-text { padding: 20px 0; + margin-bottom: 0; // Override media styles + font-size: inherit; + font-weight: 500; } form { display: flex; - align-items: center; padding: 10px 0; } }