@use "../../foundation/import" as f; /* modal ----------------------------------- */ .remodal { padding: 0 !important; } .remodal-close { left: auto !important; right: 0px !important; background-color: #333 !important; width: 42px !important; height: 42px !important; &:before { color: #FFF !important; font-size: 3.2em !important; width: 42px !important; height: 42px !important; line-height: 42px !important; } } .remodal-overlay { background-color: rgb(43, 46, 56) !important; } .c-modal { width: 90vw; max-width: 900px; margin: 0 auto; background-color: #fff; max-height: 80vh; -ms-overflow-y: auto; overflow-y: auto; }