Update style.css

This commit is contained in:
jelveh 2024-11-04 09:33:48 -08:00
parent 4e7979b50e
commit 79cff7ba29

View File

@ -3874,16 +3874,19 @@ fieldset[name=number-code] {
.usage-progbar-wrapper { .usage-progbar-wrapper {
width: 100%; width: 100%;
height: 15px; height: 20px;
border: 1px solid #8a9096; border: 1px solid #8a9096;
border-radius: 3px; border-radius: 3px;
background-color: #fff; background-color: #fff;
position: relative; position: relative;
display: flex;
align-items: center;
} }
.usage-progbar { .usage-progbar {
height: 15px; float: left;
background-color: #dbe3ef; height: 20px;
background: linear-gradient(#dbe3ef, #c2ccdc, #dbe3ef);
border-top-left-radius: 3px; border-top-left-radius: 3px;
border-bottom-left-radius: 3px; border-bottom-left-radius: 3px;
width: 0; width: 0;