mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-15 12:34:42 +00:00
Fix border-radius in percentage card
This commit is contained in:
@@ -42,7 +42,10 @@ percentage_card:
|
|||||||
bar-card-background {
|
bar-card-background {
|
||||||
background: radial-gradient(circle, rgba(52, 57, 58, 0.1) 0%, rgba(17,18,18,0.2) 75%);
|
background: radial-gradient(circle, rgba(52, 57, 58, 0.1) 0%, rgba(17,18,18,0.2) 75%);
|
||||||
box-shadow: inset 0 0 25px #00000045;
|
box-shadow: inset 0 0 25px #00000045;
|
||||||
border-radius: 0.3em;
|
border-radius: 0.4em;
|
||||||
|
}
|
||||||
|
bar-card-currentbar {
|
||||||
|
border-radius: 0.4em;
|
||||||
}
|
}
|
||||||
bar-card-backgroundbar {
|
bar-card-backgroundbar {
|
||||||
background: none;
|
background: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user