mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-16 19:41:34 +00:00
Merge pull request #19869 from overleaf/mf-plans-faq-button-use-material-symbols
[web] Use material symbols on plans FAQ's button GitOrigin-RevId: 934f3627027a297fa39a835c98ff337f2a93d1d1
This commit is contained in:
parent
3a084d9606
commit
90c32aacee
2 changed files with 3 additions and 2 deletions
|
@ -62,4 +62,4 @@ include ../../_mixins/eyebrow
|
|||
span #{translate('still_have_questions')}
|
||||
button(data-ol-open-contact-form-modal="general")
|
||||
span(style="margin-right: 4px") #{translate('contact_support')}
|
||||
img.icon-md(src="/img/website-redesign/material-symbols-arrow-right.svg", aria-hidden="true")
|
||||
i.icon-md.material-symbols.material-symbols-rounded.material-symbols-arrow-right(aria-hidden="true") arrow_right_alt
|
||||
|
|
|
@ -1050,7 +1050,8 @@
|
|||
font-size: var(--font-size-04);
|
||||
background-color: var(--white);
|
||||
border: unset;
|
||||
width: 200px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue