[a11y] Small fixes and improvements

This commit is contained in:
Raphael Michel
2021-10-17 18:35:55 +02:00
parent bb9508ad96
commit da937dc4e3
7 changed files with 38 additions and 22 deletions

View File

@@ -2,6 +2,7 @@
display: flex;
flex-direction: row;
margin: 15px 0 13px 0;
padding: 0;
list-style: none;
.checkout-step {
@@ -161,3 +162,13 @@
padding: 15px;
border: 1px solid $hr-border;
}
.panel-heading-flex {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 10px;
.panel-heading-flex-gap {
flex: 1;
}
}