mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Merge pull request #20535 from overleaf/as-cms-large-black-link
[web] CMS - Add styles for large black link with angled arrow GitOrigin-RevId: d33f6b121d51619cd373c4ede2266f7ef4da2754
This commit is contained in:
parent
fd5e1df2e1
commit
76b9058acb
2 changed files with 29 additions and 0 deletions
|
@ -29,3 +29,21 @@ a {
|
|||
color: var(--green-60);
|
||||
}
|
||||
}
|
||||
|
||||
.link-black-full-width {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
justify-content: space-between;
|
||||
color: var(--neutral-90);
|
||||
font-weight: 600;
|
||||
text-decoration: none;
|
||||
|
||||
&:visited {
|
||||
color: var(--neutral-90);
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: var(--neutral-90);
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -56,6 +56,7 @@
|
|||
i {
|
||||
vertical-align: middle;
|
||||
margin-left: var(--spacing-02);
|
||||
padding-bottom: 3px;
|
||||
}
|
||||
|
||||
&.link-lg {
|
||||
|
@ -68,6 +69,16 @@
|
|||
}
|
||||
}
|
||||
|
||||
&.link-xl {
|
||||
font-size: var(--font-size-06);
|
||||
line-height: var(--line-height-05);
|
||||
|
||||
i {
|
||||
font-size: var(--font-size-06);
|
||||
line-height: var(--font-size-06);
|
||||
}
|
||||
}
|
||||
|
||||
// Specific overrides for link styles
|
||||
&.link-monospace {
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in a new issue