diff options
| author | Bobby <[email protected]> | 2022-09-20 00:22:28 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-09-20 00:22:28 -0400 |
| commit | 71362e284887e628f411eef3a39387699060a08f (patch) | |
| tree | 5f60de9ca73b44185285959a021535df7ea142fe /static/css/main.css | |
| parent | cdf4502054453b101c9bf00d5c33241d767fcd94 (diff) | |
| download | thatcomputerscientist-71362e284887e628f411eef3a39387699060a08f.tar.xz thatcomputerscientist-71362e284887e628f411eef3a39387699060a08f.zip | |
Creating posts and auto create tags
Diffstat (limited to 'static/css/main.css')
| -rw-r--r-- | static/css/main.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css index 414c8795..b3d26ecd 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -203,6 +203,30 @@ summary { cursor: not-allowed; } +.label { + width: 100%; + display: inline-block; + height: 100%; + position: absolute; + top: 0; + left: 0; +} + +.label-success { + background-color: #d4ffbd; + color: rgb(5, 74, 5); +} + +.label-error { + background-color: #ffbdbd; + color: rgb(74, 5, 5); +} + +.label-warning { + background-color: #ffd4bd; + color: rgb(74, 5, 5); +} + /* Optimize for phones */ @media only screen and (max-width: 480px) { body { |
