Update IbanGenerator and UUIDGenerator styles, Updated standalone style

Update extra.css, nibblepoker.min.css, and 2 more files...
This commit is contained in:
2025-08-25 00:00:15 +02:00
parent 690b3179ed
commit a20b45d86e
4 changed files with 12 additions and 28 deletions

View File

@@ -15,22 +15,6 @@ input[type=file].np-file-input-drop {
cursor: pointer;
}
/* Nicer checkboxes, move to CSS 8 */
input[type=checkbox] {
text-align: center;
padding: 0;
&:before {
content: "✘";
}
&:checked {
&:before {
content: "✔";
}
}
}
/* Top margin trimmer for heading renderer */

File diff suppressed because one or more lines are too long