N°3914 Fix configure this list button alignment and add background color to selected fields

This commit is contained in:
Stephen Abello
2021-06-04 10:27:30 +02:00
parent bf22c8b67a
commit b245275c7d
3 changed files with 17 additions and 3 deletions

View File

@@ -28,7 +28,13 @@ $ibo-column--margin-bottom--is-last-element: 48px !default;
flex-shrink: 1;
padding: $ibo-column--padding-y $ibo-column--padding-x;
flex-basis: 10%;
display: flex;
flex-direction: column;
>.ibo-button{
margin-left: 0;
margin-right: 0;
}
&:not(:last-child) {
margin-bottom: $ibo-column--margin-bottom--is-last-element;
}