diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-09-26 14:56:02 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-09-26 14:56:02 +0200 |
| commit | a17b76ac75f506f5da6fe8adf9c36632b60d4226 (patch) | |
| tree | abb0af0c4409b830dea2ef808c146223ee973933 /frontend/common/miscellaneous.css | |
| parent | 2231a6e1c05b07bb7ec5906716aedec93d02429c (diff) | |
refactor to use app-rooted js imports
Diffstat (limited to 'frontend/common/miscellaneous.css')
| -rw-r--r-- | frontend/common/miscellaneous.css | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/frontend/common/miscellaneous.css b/frontend/common/miscellaneous.css deleted file mode 100644 index 32c3e7b..0000000 --- a/frontend/common/miscellaneous.css +++ /dev/null @@ -1,18 +0,0 @@ - -/* 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; -} |
