From 907bdeffcc526bd89cad21eb36a670a827b0240e Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 8 Feb 2022 04:24:04 +0400 Subject: [PATCH] Updated CSS style. --- web/assets/css/main.css | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/web/assets/css/main.css b/web/assets/css/main.css index af71550..9c22e33 100644 --- a/web/assets/css/main.css +++ b/web/assets/css/main.css @@ -64,6 +64,20 @@ h2 { small { font-size: .8rem; } +progress { + background-color: var(--primary-color); + border: none; + color: var(--primary-color); + height: 1.1rem; + width: 30%; +} + +progress::-moz-progress-bar { + background-color: var(--secondary-color); +} + +.center { text-align: center; } + html { margin-left: calc(100vw - 100%); } body { @@ -109,10 +123,8 @@ nav h1 { section { margin-top: 1rem; } -section#used-space, -section#upload, -section#rules { - text-align: center; +#used-space div span { + margin: 0 .2rem; } footer {