Style Import

This commit is contained in:
thororen1234 2024-12-13 15:26:12 -05:00
parent c3b5654900
commit 14d750ee56
2 changed files with 14 additions and 0 deletions

View file

@ -16,6 +16,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import "./style.css";
import { EquicordDevs } from "@utils/constants";
import definePlugin from "@utils/types";
import { Forms } from "@webpack/common";

View file

@ -0,0 +1,12 @@
.platform-warning {
font-size: 16px !important;
background-color: rgb(240 71 71 / 10%);
color: rgb(240 71 71) !important;
border: 1px solid rgb(240 71 71 / 60%) !important;
border-radius: 5px !important;
font-weight: 500;
padding: 6px 10px;
text-align: center;
margin-top: 10px;
font-style: bold;
}