diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-05-30 17:27:04 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-05-30 17:27:04 +0200 |
| commit | 0890fdd951d021308550a0db2e7b6f2593512957 (patch) | |
| tree | a0050b153242ccde662fc0a957a79fc7a7edc4b4 /frontend/common/miscellaneous.css | |
initial site copied in
Diffstat (limited to 'frontend/common/miscellaneous.css')
| -rw-r--r-- | frontend/common/miscellaneous.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/frontend/common/miscellaneous.css b/frontend/common/miscellaneous.css new file mode 100644 index 0000000..32c3e7b --- /dev/null +++ b/frontend/common/miscellaneous.css @@ -0,0 +1,18 @@ + +/* Progress bar */ + +.progress { + background: #f8f8f8; + margin: 0.25rem 0; + height: 0.25rem; + width: 20rem; + position: relative; + box-shadow: 0 1px 3px rgba(0,0,0,0.2); + margin-bottom: 0.2rem; +} +.progress .bar { + position: absolute; + top: 0; left: 0; + height: 100%; + background: #11f; +} |
