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

This commit is contained in:
Thomas Jund 2020-02-13 16:50:42 +01:00
parent 17c4b1ac26
commit a2f7573224
9 changed files with 7 additions and 14 deletions

View File

@ -143,6 +143,7 @@ div.tile.airquality {
}
}
span.air2go.valeur {
box-sizing: content-box;
font-weight: bold;
font-size: 24px;
padding-top: 0px;

View File

@ -28,7 +28,6 @@ div.carrousel-content {
display: table;
position: relative;
background-position: center center;
box-sizing: border-box;
width: 100%;
height: 100%;
background-size: cover;
@ -98,8 +97,8 @@ div.carrousel-content {
label {
display: inline-block;
margin: 0 10px;
width: 8px;
height: 8px;
width: 10px;
height: 10px;
border: 1px solid #fff;
border-radius: 50%;
cursor: pointer;

View File

@ -837,7 +837,6 @@ div.wcs-tracking-code-input {
border: none;
}
a {
box-sizing: border-box;
text-align: left;
padding-left: 50px;
letter-spacing: 1px;
@ -894,7 +893,7 @@ div.wcs-tracking-code-input {
#footer-wrapper {
padding-bottom: 0;
// different background to avoid mixing with navigation bar
background: #2e2e2e;
background: #2e2e2e;
}
nav {
height: $mobile-navigation-height;
@ -933,7 +932,6 @@ div.wcs-tracking-code-input {
line-height: 0.8em;
height: $mobile-navigation-height;
padding-top: $mobile-navigation-height / 2;
box-sizing: border-box;
border-bottom: 0;
span {
display: block;

View File

@ -48,7 +48,6 @@ div.xtemplate-photo {
display: none;
}
div.content {
box-sizing: border-box;
border: 1px dashed #7f7f7f;
height: 200px;
position: relative;

View File

@ -32,7 +32,6 @@ div.gallerycell {
font-weight: bold;
font-size: 18px;
padding-top: 150px;
box-sizing: border-box;
}
}

View File

@ -14,6 +14,7 @@ div.tile.pollen {
&.raep-0, &.raep-1 {
background-image: url(img/ic_indice_pollen_green.png);
}
box-sizing: content-box;
font-weight: bold;
font-size: 24px;
padding-top: 0px;

View File

@ -165,7 +165,6 @@ body.page-connect {
}
}
.place-data {
box-sizing: border-box;
display: inline-block;
margin-left: 10%;
width: 40%;
@ -180,7 +179,6 @@ body.page-connect {
.place-info {
float: right;
padding: 0 1rem;
box-sizing: border-box;
display: inline-block;
width: 40%;
margin-top: 2rem;
@ -372,7 +370,6 @@ body.page-connect {
padding-top: 0px;
position: relative;
@media screen and (max-width: $desktop-limit) {
box-sizing: border-box;
padding: 0 20px;
width: 100%;
}
@ -959,7 +956,6 @@ body.focus-in #page.search-page {
#content {
display: block; // cancel display: flex;
box-shadow: 0 0 5px #888;
box-sizing: border-box;
border: 1px solid #ccc;
background: white;
}
@ -1008,7 +1004,6 @@ body.focus-in #page.search-page {
div.cell.goto {
display: inline-block;
width: 380px;
box-sizing: border-box;
background: #efefef;
border: none;
border-left: 6px solid #00969c;

View File

@ -20,7 +20,6 @@ div.tcl {
display: inline-block;
color: white;
padding: 2px 5px;
box-sizing: border-box;
border: 1px solid transparent;
font-weight: bold;
@media screen and (max-width: $desktop-limit) {

View File

@ -60,6 +60,7 @@ $actions: (goto, more-info, call, login);
}
}
.producer {
box-sizing: content-box;
display: block;
text-indent: -10000px;
border: 1px solid #c3c3c3;
@ -220,6 +221,7 @@ a.remove-from-dashboard {
div.dashboard-content {
span.move-up {
box-sizing: content-box;
display: inline-block;
position: absolute;
background: white;