mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Add correct link to the university support button (#8797)
GitOrigin-RevId: 1ecb591ff9dd99d195eed0fa2ae4b5702ef53b7e
This commit is contained in:
@@ -4,4 +4,11 @@
|
||||
.row-spaced
|
||||
p #{translate('student_and_faculty_support')}
|
||||
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;
|
||||
margin-top: @margin-sm;
|
||||
text-shadow: 0 0 0;
|
||||
background-color: @ol-blue;
|
||||
color: @white;
|
||||
|
||||
&:hover {
|
||||
color: @white;
|
||||
}
|
||||
}
|
||||
|
||||
.plans-v2-m-a-switch-container {
|
||||
|
||||
Reference in New Issue
Block a user