vault backup: 2025-12-04 17:06:30

This commit is contained in:
2025-12-04 17:06:30 -05:00
parent a538caab43
commit 8c9e0e0b6b
42 changed files with 878 additions and 243 deletions
+27
View File
@@ -0,0 +1,27 @@
/*
This CSS file will be included with your plugin, and
available in the app when your plugin is enabled.
If your plugin does not need CSS, delete this file.
*/
.blockid-modal-desc {
font-size: var(--font-ui-smaller);
color: var(--text-muted);
margin-top: 0.5em;
margin-bottom: 0.2em;
}
.blockid-modal-error {
color: var(--text-error);
font-size: var(--font-ui-smaller);
margin-top: 0.25em;
}
.blockid-modal-input {
width: 100%;
margin-top: 0.5em;
margin-bottom: 0.5em;
}