feature/template-checkout #1

Merged
FilipeQuintanilha merged 12 commits from feature/template-checkout into main 2022-12-19 02:42:46 +00:00
Showing only changes of commit 70d7d85c63 - Show all commits

View File

@ -96,6 +96,9 @@
&__item {
width: 95.5% !important;
margin-bottom: 56px;
display: flex !important;
flex-direction: column;
height: 100%;
@include mq(xl, min) {
width: 97% !important;
@ -129,6 +132,8 @@
margin: 0;
gap: 5px;
padding-bottom: 20px;
flex: 1;
flex-wrap: wrap;
}
&__option {