villeurbanne-2018: set default box model to border-box (#39459)

This commit is contained in:
Thomas Jund 2020-02-14 12:20:00 +01:00
parent d0d749c08d
commit 3376b97bf5
1 changed files with 1 additions and 1 deletions

View File

@ -152,6 +152,7 @@ div.cell {
color: $primary-color;
}
#tracking-code {
box-sizing: content-box;
width: 13rem;
padding: 0 1rem;
color: $primary-color;
@ -255,7 +256,6 @@ div#login-page {
@include vendor-prefix(flex-wrap, wrap);
> div.block {
max-width: 26.25rem;
box-sizing: border-box;
width: 100%;
background-color: #eeeeee;
h2:first-child {