Make buttons bar wider

This commit is contained in:
Paul Chavard 2019-04-03 16:38:33 +02:00 committed by Pierre de La Morinerie
parent 2374877e98
commit 8e20b6dec2

View file

@ -123,21 +123,24 @@
.champs-editor {
.footer {
margin-bottom: 40px;
margin-bottom: 50px;
}
.buttons {
display: flex;
justify-content: space-between;
margin: 0px;
margin-left: -30px;
position: fixed;
bottom: 0px;
background-color: $white;
max-width: $page-width;
max-width: 1100px;
width: 100%;
border: 1px solid $border-grey;
padding: 10px;
padding: 30px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom: none;
padding-bottom: 15px;
padding-top: 15px;
}
}