mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 14:19:01 +02:00
Merge pull request #20174 from overleaf/jel-plans-page-query-param-part-3
[web] New plans page elements that are dependent on plan period type GitOrigin-RevId: 677d4df1544aa901dd5c57d61c395f3045c1c024
This commit is contained in:
@@ -1048,6 +1048,20 @@
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.only-show-for-specific-plan-period {
|
||||
display: none;
|
||||
}
|
||||
&[data-ol-current-plan-period='annual'] {
|
||||
.show-for-plan-period-annual {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
&[data-ol-current-plan-period='monthly'] {
|
||||
.show-for-plan-period-monthly {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.plans-overleaf-common-request {
|
||||
|
||||
Reference in New Issue
Block a user