Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
26 lines
503 B
Plaintext
26 lines
503 B
Plaintext
.close-modal-button {
|
|
flex-shrink: 0;
|
|
border: 0;
|
|
background-color: transparent;
|
|
padding: 0;
|
|
margin: 0;
|
|
cursor: pointer;
|
|
overflow: hidden;
|
|
width: var(--base);
|
|
height: var(--base);
|
|
align-self: flex-start;
|
|
|
|
svg {
|
|
width: calc(var(--base) * 2);
|
|
height: calc(var(--base) * 2);
|
|
position: relative;
|
|
inset-inline-start: calc(var(--base) * -0.5);
|
|
top: calc(var(--base) * -0.5);
|
|
|
|
.stroke {
|
|
stroke-width: 2px;
|
|
vector-effect: non-scaling-stroke;
|
|
}
|
|
}
|
|
}
|