@use '../../../theme/v2Styles' as *; .modalBody { min-height: 40vh; display: flex; flex-direction: column; gap: 16px; .options { margin-bottom: 1.5em; display: flex; flex-direction: column; align-items: flex-start; } .notes { font-size: 0.9em; } .info { background-color: $bg-container-onlight; margin: 1em 0; padding: 0.5em; border-radius: 2px; color: $text-black; position: relative; } .corner { position: absolute; right: 4px; top: 4px; } .infoList { font-size: 0.9em; padding-left: 8px; } .flexColumnLeft { display: flex; flex-direction: column; align-items: flex-start; } }