playground - give the gaugemeter cangrow style 8)
This commit is contained in:
parent
a7f1a2146a
commit
cc34bc851b
1 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@
|
|||
.gauge__background {
|
||||
z-index: 0;
|
||||
position: absolute;
|
||||
background-color: #C5CAE9;
|
||||
background-color: #cae0d0;
|
||||
top: 0;
|
||||
border-radius: 300px 300px 0 0;
|
||||
}
|
||||
|
@ -55,7 +55,7 @@
|
|||
.gauge__data {
|
||||
z-index: 1;
|
||||
position: absolute;
|
||||
background-color: #3F51B5;
|
||||
background-color: #04AA6D;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
border-radius: 300px 300px 0 0;
|
||||
|
|
Loading…
Reference in a new issue