mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-16 19:41:34 +00:00
Plans page light touch: Remove unused CSS rules about hiding monthly-annual-switch on mobile for group tab.
This is removed because monthly-annual-switch is already hidden on all screen size for group tab. (in the current plans page, monthly-annual-switch will be disabled on desktop and will be hidden on mobile) GitOrigin-RevId: bdb682b97844b6e3fb50be3c65eb6bd945d73648
This commit is contained in:
parent
87e3459563
commit
23dbf31a95
1 changed files with 0 additions and 10 deletions
|
@ -132,12 +132,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: @screen-xs-max) {
|
||||
[data-ol-current-view='group'] [data-ol-plans-v2-m-a-switch-container] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.plans-top-switch ul {
|
||||
background-color: var(--neutral-10);
|
||||
display: inline-flex;
|
||||
|
@ -248,10 +242,6 @@
|
|||
|
||||
@media (max-width: @screen-xs-max) {
|
||||
margin-top: var(--spacing-08);
|
||||
|
||||
&[data-ol-current-view='group'] {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
label {
|
||||
|
|
Loading…
Reference in a new issue