Merge pull request #24164 from overleaf/ds-group-discount-10-percent-february
Group plans - Reintroduce 10% discount for group plans (Part 1, 2 & 3 Combined) GitOrigin-RevId: f3a59a65bbd300cc06f70e179e794c32ed7970ce
This commit is contained in:
@@ -165,6 +165,22 @@
|
||||
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) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: @screen-xs-max) {
|
||||
font-size: var(--font-size-02);
|
||||
line-height: var(--line-height-02);
|
||||
|
||||
@@ -37,6 +37,13 @@
|
||||
* MODALS
|
||||
*/
|
||||
|
||||
.group-subscription-modal-title-discount {
|
||||
@include body-base;
|
||||
|
||||
margin-top: var(--spacing-02);
|
||||
margin-bottom: unset;
|
||||
}
|
||||
|
||||
.group-subscription-modal {
|
||||
.circle {
|
||||
font-size: var(--font-size-06);
|
||||
|
||||
Reference in New Issue
Block a user