.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 { | |
} | |