mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Add correct link to the university support button (#8797)
GitOrigin-RevId: 1ecb591ff9dd99d195eed0fa2ae4b5702ef53b7e
This commit is contained in:
parent
e97c56b105
commit
8603fcac6c
2 changed files with 14 additions and 2 deletions
|
@ -4,4 +4,11 @@
|
||||||
.row-spaced
|
.row-spaced
|
||||||
p #{translate('student_and_faculty_support')}
|
p #{translate('student_and_faculty_support')}
|
||||||
p #{translate('let_us_know_which_university_you_are_from')}
|
p #{translate('let_us_know_which_university_you_are_from')}
|
||||||
button.btn.plans-v2-btn-header.text-capitalize #{translate('show_your_support')}
|
a.btn.plans-v2-btn-header.text-capitalize(
|
||||||
|
target="_blank"
|
||||||
|
href="/for/support-an-overleaf-university-subscription"
|
||||||
|
event-tracking="plans-page-click"
|
||||||
|
event-tracking-mb="true"
|
||||||
|
event-tracking-trigger="click"
|
||||||
|
event-segmentation='{"button": "university-support"}'
|
||||||
|
) #{translate('show_your_support')}
|
|
@ -126,12 +126,17 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.plans-v2-btn-header {
|
a.btn.plans-v2-btn-header,
|
||||||
|
button.plans-v2-btn-header {
|
||||||
font-family: @font-family-sans-serif;
|
font-family: @font-family-sans-serif;
|
||||||
margin-top: @margin-sm;
|
margin-top: @margin-sm;
|
||||||
text-shadow: 0 0 0;
|
text-shadow: 0 0 0;
|
||||||
background-color: @ol-blue;
|
background-color: @ol-blue;
|
||||||
color: @white;
|
color: @white;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: @white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.plans-v2-m-a-switch-container {
|
.plans-v2-m-a-switch-container {
|
||||||
|
|
Loading…
Reference in a new issue