mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-12 07:30:46 +02:00
3f717f6314
[web] Badges for domain verification status GitOrigin-RevId: 70c33f0f587e22903ec73f3917dd840cba0830ed
29 lines
460 B
SCSS
29 lines
460 B
SCSS
.icon-double-green-round-background {
|
|
border-radius: 50%;
|
|
background: var(--green-30);
|
|
color: var(--dark-jungle-green);
|
|
display: inline-flex;
|
|
border: var(--spacing-04) solid var(--green-10);
|
|
padding: var(--spacing-04);
|
|
|
|
i {
|
|
font-size: 24px;
|
|
}
|
|
}
|
|
|
|
.icon-large-purple-text {
|
|
color: var(--sapphire-blue);
|
|
|
|
i {
|
|
font-size: 50px;
|
|
}
|
|
}
|
|
|
|
.icon-danger {
|
|
color: var(--content-danger);
|
|
}
|
|
|
|
.icon-success {
|
|
color: var(--content-positive);
|
|
}
|