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

This commit is contained in:
Thomas Jund 2020-02-14 11:22:42 +01:00
parent a2f7573224
commit 7505adc2ec
1 changed files with 6 additions and 15 deletions

View File

@ -174,7 +174,6 @@ nav {
a.login {
display: block;
width: 100%;
box-sizing: border-box;
text-align: center;
background: $orange url(img/header/icone-connexion.png) left center no-repeat;
padding-left: 45px;
@ -192,7 +191,6 @@ nav {
a.logout {
display: block;
width: 100%;
box-sizing: border-box;
text-align: center;
}
span.connected-user {
@ -274,7 +272,6 @@ footer {
div#main-content-wrapper {
padding-left: $nav-width;
box-sizing: border-box;
flex: unset;
@media screen and ($max-mobile-viewport) {
padding-left: 0;
@ -295,7 +292,6 @@ div#main-content div.meetings_table br:last-child {
section {
padding: 2rem;
box-sizing: border-box;
@media screen and ($max-mobile-viewport) {
padding: 2rem 1rem;
}
@ -603,7 +599,6 @@ section#section-professionnels {
display: inline-block;
padding: 2rem;
padding-right: 50px;
box-sizing: border-box;
background: #fff;
color: $dark-link-color;
border-radius: 40px;
@ -690,12 +685,11 @@ section#section-professionnels {
}
a.pk-button {
display: inline-block;
width: 210px;
width: 14.5em;
margin: 0 1rem;
@media screen and ($max-mobile-viewport) {
margin: 1rem 0;
width: 90%;
box-sizing: border-box;
}
}
}
@ -715,6 +709,7 @@ section#section-professionnels {
top: -29px;
left: calc(50% - 29px);
}
box-sizing: content-box;
padding-top: 30px;
background-color: #ebebeb;
border-radius: 9px;
@ -995,9 +990,9 @@ div#rub_service {
.marker {
display: inline-block;
padding: 0;
width: 48px;
height: 48px;
line-height: 48px;
width: 52px;
height: 52px;
line-height: 52px;
font-size: 20px;
border-radius: 100%;
color: #333;
@ -1104,7 +1099,6 @@ div#rub_service {
}
form {
> h3, > h4, > div, > p.comment-field {
box-sizing: border-box;
@media screen and ($max-mobile-viewport) {
padding: 0 1rem;
}
@ -1130,7 +1124,6 @@ div#rub_service {
}
> div.buttons {
margin: 0 -100px;
box-sizing: border-box;
background: $violet url(img/standard/img_background_footer_contenus.jpg) top center no-repeat;
background-size: cover;
padding: 4rem 1rem;
@ -1267,7 +1260,6 @@ ul#evolutions {
float: none;
}
> div {
box-sizing: border-box;
padding: 1rem;
max-width: 20em;
margin-right: 100px;
@ -1352,7 +1344,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;
@ -1418,7 +1409,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);
@ -1549,6 +1539,7 @@ ul {
@media screen and ($max-mobile-viewport) {
display: none;
}
box-sizing: content-box;
background: #554b49;
border-top: 10px solid $violet;
padding: 10px 1rem 0 1rem;