diff options
| author | 2022-02-08 12:17:18 +0100 | |
|---|---|---|
| committer | 2022-02-08 12:17:18 +0100 | |
| commit | 4c294a596a9e0524f89b80e1608c3411f4fcf679 (patch) | |
| tree | 23851533a5f1adb5442fd7c3c034578c34cd3f0d /web/assets/base.css | |
| parent | update outdated comment (diff) | |
| parent | [chore] Drone config update (#383) (diff) | |
| download | gotosocial-4c294a596a9e0524f89b80e1608c3411f4fcf679.tar.xz | |
Merge branch 'main' into media_refactor
Diffstat (limited to 'web/assets/base.css')
| -rw-r--r-- | web/assets/base.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/web/assets/base.css b/web/assets/base.css index b28cf2533..e105707c2 100644 --- a/web/assets/base.css +++ b/web/assets/base.css @@ -165,6 +165,25 @@ section.login form button { grid-column: 2; } +section.error { + display: flex; + flex-direction: row; + align-items: center; +} +section.error span { + font-size: 2em; +} +section.error pre { + border: 1px solid #ff000080; + margin-left: 1em; + padding: 0 0.7em; + border-radius: 0.5em; + background-color: #ff000010; + font-size: 1.3em; + white-space: pre-wrap; +} + + input, select, textarea { border: 1px solid #fafaff; color: #fafaff; |
