Custom CSS for the border color of Big Number

Dear @ThinhDinh, could you please advice me regarding custom css for changing the border color of big number component? Thank you in advance… :handshake: :pray:

Here’s a sample for a big numbers component with the class name “test” and the child element with class name “test-1”.

.test .test-1 {
border: solid #37D145 4px;
}
3 Likes

Awesome! Thanks a lot @ThinhDinh :+1:

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.