mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
9ee6954bc1
[web] Implement "Element | Icon" content type in CMS GitOrigin-RevId: 369eed94d9306ef6fe5c974bb72231c8fb0b5560
20 lines
357 B
SCSS
20 lines
357 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;
|
|
}
|
|
}
|