mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
Merge pull request #23973 from overleaf/ds-group-discount
Group plans - Reintroduce 10% discount for group plans (part 1) GitOrigin-RevId: 7cb60413ff99396a015de03450b19fba2d896fab
This commit is contained in:
@@ -165,6 +165,18 @@
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.group-discount-bubble {
|
||||
padding: var(--spacing-01) var(--spacing-04);
|
||||
background-color: var(--green-10);
|
||||
color: var(--green-50);
|
||||
border-radius: var(--border-radius-full-new);
|
||||
font-family: 'DM Mono', monospace;
|
||||
font-feature-settings: 'ss05';
|
||||
font-size: var(--font-size-01);
|
||||
line-height: var(--line-height-01);
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
@media (max-width: @screen-xs-max) {
|
||||
font-size: var(--font-size-02);
|
||||
line-height: var(--line-height-02);
|
||||
|
||||
@@ -169,6 +169,7 @@
|
||||
"appearance": "Appearance",
|
||||
"apply_educational_discount": "Apply educational discount",
|
||||
"apply_educational_discount_description": "40% discount for groups using __appName__ for teaching",
|
||||
"apply_educational_discount_description_with_group_discount": "Get a total of 40% off for groups using __appName__ for teaching",
|
||||
"apply_suggestion": "Apply suggestion",
|
||||
"april": "April",
|
||||
"archive": "Archive",
|
||||
|
||||
Reference in New Issue
Block a user