Skip to content

Instantly share code, notes, and snippets.

View xenfovn's full-sized avatar
🖐️
Out sick

NCDev xenfovn

🖐️
Out sick
View GitHub Profile
@xenfovn
xenfovn / qb-input-centered-qbcore.css
Created January 31, 2022 06:57 — forked from IdrisDose/qb-input-centered-qbcore.css
Reskinned qb-input to be centered with qbcore colors.
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&display=swap");
:root {
--heading-bg: #DC143c;
--form-wrapper-bg: #171717;
--element-bg: #444444;
--btn-bg : #28A745;
--btn-hover-bg : #07661d;
}
* {
padding: 0;