diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-13 01:29:11 +0100 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2020-03-13 01:43:52 +0100 |
commit | df8914c9a2d6dbb435460b9e252a771cac47880b (patch) | |
tree | 7413eaf0012ed91354a1471f1252e09cf7685bb6 /client/src/sass/bootstrap.scss | |
parent | c547bbf96a46166c4b4548413b092c58f7b0e37a (diff) | |
download | PeerTube-df8914c9a2d6dbb435460b9e252a771cac47880b.tar.gz PeerTube-df8914c9a2d6dbb435460b9e252a771cac47880b.tar.zst PeerTube-df8914c9a2d6dbb435460b9e252a771cac47880b.zip |
More modern avatar upload, quota represented with progress bars
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 5c1ce1028..6c42acaff 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -236,3 +236,10 @@ ngb-tooltip-window { | |||
236 | background-color: var(--secondaryColor); | 236 | background-color: var(--secondaryColor); |
237 | } | 237 | } |
238 | } | 238 | } |
239 | |||
240 | .progress-bar { | ||
241 | background-color: var(--mainColor); | ||
242 | } | ||
243 | .progress-bar-secondary { | ||
244 | background-color: var(--secondaryColor); | ||
245 | } | ||