diff options
Diffstat (limited to 'static/misc.css')
| -rw-r--r-- | static/misc.css | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/static/misc.css b/static/misc.css new file mode 100644 index 0000000..20d8da2 --- /dev/null +++ b/static/misc.css @@ -0,0 +1,40 @@ +.alertbox { + border: 1px solid; + border-radius: 8px; + margin: 16px; + padding: 16px; + &.info { + border-color: #23f4; + background: #5673ff44; + } + p { + margin: 0; + padding: 0; + } +} + +button.icon { + border: none; + background: none; + aspect-ratio: 1; + margin: 0; + padding: 0; + &.active { + font-variation-settings: "FILL" 1; + } +} + +a.icon { + color: inherit; + text-decoration: none; + font-size: 24px; +} + +span.inlineIcon { + font-size: inherit; + color: inherit; +} + +[hidden] { + display: none; +} |
