mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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:
parent
3b864d4345
commit
27b4dfbd79
1 changed files with 14 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue