diff options
| author | Marin Ivanov <[email protected]> | 2024-08-20 15:24:28 +0300 |
|---|---|---|
| committer | Marin Ivanov <[email protected]> | 2024-08-20 15:24:28 +0300 |
| commit | 0c24aba5dd6b7804ba63d596e3ae692fccb68e88 (patch) | |
| tree | 89f39b64d3c713f833ce7a0f17bfd4d1716f1aba /style.css | |
| parent | ec34163617e3588a63dc611834a372746f9d4107 (diff) | |
add errors
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -86,6 +86,26 @@ input[type=button]:active { background-color: #079290; } +.err { + color: #fff; + background-color: #f00; + position: relative; + padding: 16px; + margin-bottom: 10px; + line-height: 1.3em; +} +.err span { + font-size: 1.5em; + font-weight: bold; +} +.err .close { + font-size: 1.3em; + position: absolute; + top:16px; + right:16px; + cursor: pointer; +} + #loader { position: absolute; left: 0; |
