playground - give the gaugemeter cangrow style 8)

This commit is contained in:
Marcus 2024-05-02 22:55:13 +02:00
parent a7f1a2146a
commit cc34bc851b

View file

@ -47,7 +47,7 @@
.gauge__background { .gauge__background {
z-index: 0; z-index: 0;
position: absolute; position: absolute;
background-color: #C5CAE9; background-color: #cae0d0;
top: 0; top: 0;
border-radius: 300px 300px 0 0; border-radius: 300px 300px 0 0;
} }
@ -55,7 +55,7 @@
.gauge__data { .gauge__data {
z-index: 1; z-index: 1;
position: absolute; position: absolute;
background-color: #3F51B5; background-color: #04AA6D;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
border-radius: 300px 300px 0 0; border-radius: 300px 300px 0 0;