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

This commit is contained in:
Thomas Jund 2020-02-14 11:49:09 +01:00
parent 7505adc2ec
commit f2584f7fb5
1 changed files with 7 additions and 11 deletions

View File

@ -84,7 +84,6 @@ a:hover {
font-weight: bold;
padding-left: 60px;
background: url(img/header/icone-connexion.png) center left no-repeat;
box-sizing: border-box;
top: 0;
left: 0;
height: $header-height;
@ -261,7 +260,6 @@ footer {
div#main-content-wrapper {
padding-left: $nav-width;
padding-top: $header-height;
box-sizing: border-box;
flex: unset;
@media screen and ($max-mobile-viewport) {
padding-left: 0;
@ -282,7 +280,6 @@ div#main-content div.meetings_table br:last-child {
section {
padding: 2rem;
box-sizing: border-box;
}
section#intro {
@ -423,6 +420,7 @@ section#section-particuliers {
}
position: relative;
ul {
box-sizing: content-box;
padding: 20px 30px;
position: absolute;
background: white;
@ -579,6 +577,7 @@ section#section-professionnels {
margin-right: 3rem;
margin-bottom: 3rem;
a {
box-sizing: content-box;
text-transform: uppercase;
font-weight: bold;
width: 20vw;
@ -696,6 +695,7 @@ section#section-professionnels {
top: -29px;
left: calc(50% - 29px);
}
box-sizing: content-box;
padding-top: 30px;
background-color: #ebebeb;
border-radius: 9px;
@ -802,6 +802,7 @@ div#title-section {
}
}
div#temps-de-reponse {
box-sizing: content-box;
position: absolute;
right: 80px;
top: 110px;
@ -956,9 +957,9 @@ div#gauche {
.marker {
display: inline-block;
padding: 0;
width: 68px;
height: 68px;
line-height: 68px;
width: 70px;
height: 70px;
line-height: 70px;
border-radius: 100%;
color: #333;
border: 1px solid $primary-color;
@ -1074,7 +1075,6 @@ div#rub_service {
}
form {
> h3, > h4, > div, > p.comment-field {
box-sizing: border-box;
&[class*=grid-] {
box-sizing: content-box;
}
@ -1106,7 +1106,6 @@ div#rub_service {
@media screen and ($max-mobile-viewport) {
margin: 0 -10px;
}
box-sizing: border-box;
background: #322f38 url(img/formulaire/bg-bandeau-suivant.png) 0px -63px no-repeat;
padding: 4rem 1rem;
display: flex;
@ -1243,7 +1242,6 @@ ul#evolutions {
float: none;
}
> div {
box-sizing: border-box;
padding: 2rem;
max-width: 20em;
margin-right: 100px;
@ -1327,7 +1325,6 @@ ul#evolutions {
div#title-section ~ div.profile,
div#title-section ~ div.account-management {
margin: 3rem 0px 0 0px;
box-sizing: border-box;
padding: 0 100px;
@media screen and ($max-mobile-viewport) {
padding: 0 20px;
@ -1393,7 +1390,6 @@ div#actu {
height: 100%;
background: white;
display: inline-block;
box-sizing: border-box;
width: 400px;
@media screen and ($max-mobile-viewport) {
width: calc(100vw - 85px);