Files
Pritunl-Fake-API/www/premium.css
2023-05-21 16:37:48 +02:00

12 lines
308 B
CSS

/* Fixes for the premium subscription-modal, which seems to be empty / broken in recent versions */
.enterprise-modal .enterprise-info {
display: inherit;
}
.enterprise-modal .modal .enterprise-info .premium-plan {
display: inherit;
}
.enterprise-modal .enterprise-buttons {
display: inherit;
}