fix: add missing styles for CookieWarning

This commit is contained in:
alistair3149 2021-03-22 18:22:49 -04:00
parent b291aff832
commit 6704e38fb7
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -7,7 +7,9 @@
@import '../../../resources/mixins.less';
.mw-cookiewarning-container {
right: 0;
width: auto;
align-items: center;
justify-content: space-between;
padding: 0 var( --padding-page );
border: 1px solid var( --border-color-base );
@ -42,7 +44,6 @@
form {
width: 100%;
justify-content: center;
margin-left: -8px; // cancel out the button margin
}
}