seine-et-marne-apa: set default box model to border-box (#39459)

This commit is contained in:
Thomas Jund 2020-04-03 11:03:36 +02:00
parent e846018e7c
commit bbba5f0721
1 changed files with 0 additions and 5 deletions

View File

@ -345,7 +345,6 @@ nav {
float: none;
width: auto;
}
box-sizing: border-box;
padding: 130px 30px 0 30px;
text-align: center;
position: relative;
@ -404,7 +403,6 @@ nav {
width: 30ex;
text-align: center;
padding: 1ex 2rem;
box-sizing: border-box;
transition: all ease 0.2s;
&:hover {
background: $darkblue;
@ -430,7 +428,6 @@ div#rub_service {
div#gauche {
width: $sidebar-width;
box-sizing: border-box;
padding-right: 20px;
}
@ -596,7 +593,6 @@ div#profile {
background: url(img/icone-beneficiaires.png) top left no-repeat;
}
h2 {
box-sizing: border-box;
padding-top: 30px;
height: 80px;
padding-left: 100px;
@ -724,7 +720,6 @@ div#rub_service > h2:first-child,
padding-top: 1.5rem;
}
#left {
box-sizing: border-box;
width: 46%;
padding: 0;
}