File size: 315 Bytes
f5071ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
.checkout {
flex: 1 0 auto;
display: flex;
padding: 20px;
background-color: white;
height: max-content;
}
.checkout__ad {
width: 100%;
margin-bottom: 10px;
}
.checkout__title {
margin-right: 10px;
padding: 10px;
border-bottom: 1px solid lightgray;
}
.checkout__left {
}
.checkout__right {
}
|