Skip to content
Snippets Groups Projects
Commit aa05bba0 authored by Lukas's avatar Lukas Committed by mcfarhat
Browse files

Add custom style for chart card

parent cef6fb91
Branches
No related tags found
1 merge request!599Lbudginas/#493 hive price chart
Pipeline #119095 canceled
......@@ -338,6 +338,19 @@ pre {
flex-direction: column; /* Stack elements vertically */
}
.data-box-chart {
background-color: var(--color-extra-light-gray);
border-radius: 12px;
padding: 10px;
margin: 6px 0;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
color: var(--color-text);
font-size: 14px;
border: 1px solid var(--color-light-gray);
transition: all 0.3s ease-in-out;
flex-direction: column;
}
.data-box:hover {
background-color: var(--color-row-hover);
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15); /* Elevated shadow */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment