mirror of
https://github.com/simonmicro/Pritunl-Fake-API.git
synced 2025-12-06 02:56:59 -05:00
12 lines
308 B
CSS
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;
|
|
} |