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
18 lines
274 B
Plaintext
18 lines
274 B
Plaintext
.icon--dots {
|
|
margin: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
gap: 2px;
|
|
height: 2rem;
|
|
width: 2rem;
|
|
|
|
> div {
|
|
width: 3px;
|
|
height: 3px;
|
|
border-radius: 100%;
|
|
background-color: currentColor;
|
|
}
|
|
}
|