redesign
This commit is contained in:
@@ -18,12 +18,16 @@
|
||||
}
|
||||
|
||||
.protection-overview {
|
||||
background: linear-gradient(135deg, v.$p-color 50%, v.$s-color 100%);
|
||||
color: v.$white;
|
||||
--text-color: v.$text-p;
|
||||
/* background: linear-gradient(135deg, v.$p-color 50%, v.$s-color 100%);
|
||||
color: v.$white; */
|
||||
color: var(--text-color);
|
||||
border-radius: 20px;
|
||||
padding: 25px;
|
||||
margin-bottom: 30px;
|
||||
position: relative;
|
||||
background: v.$white;
|
||||
box-shadow: 0 4px 20px v.$shadow-1;
|
||||
|
||||
h3 {
|
||||
margin: 0 0 10px 0;
|
||||
@@ -37,7 +41,7 @@
|
||||
}
|
||||
|
||||
.pie-char-text {
|
||||
fill: v.$white;
|
||||
fill: var(--text-color);
|
||||
font-size: 20px;
|
||||
text-anchor: middle;
|
||||
dominant-baseline: middle;
|
||||
@@ -71,7 +75,10 @@
|
||||
|
||||
.protection-stat {
|
||||
padding: 15px;
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
/* background: rgba(255, 255, 255, 0.1); */
|
||||
/* background-color: v.$b-color-1; */
|
||||
/* background-color: v.$bg-light; */
|
||||
box-shadow: 0 4px 20px v.$shadow-1;
|
||||
border-radius: 12px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -139,7 +146,8 @@
|
||||
position: absolute;
|
||||
top: 10;
|
||||
left: 10;
|
||||
background-color: #1f293718;
|
||||
/* background-color: #1f293718; */
|
||||
box-shadow: 0 4px 20px v.$shadow-1;
|
||||
padding: 10px;
|
||||
border-radius: 10;
|
||||
font-size: 15px;
|
||||
@@ -227,7 +235,7 @@
|
||||
background: #ffffff1a;
|
||||
|
||||
&.stats-header {
|
||||
background: #f9fafb;
|
||||
background-color: v.$bg-light;
|
||||
border-left: none;
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
@@ -562,7 +570,7 @@
|
||||
|
||||
|
||||
&-head {
|
||||
background-color: v.$b-color-1;
|
||||
background-color: v.$bg-light;
|
||||
|
||||
th {
|
||||
padding-left: 1rem;
|
||||
@@ -611,6 +619,7 @@
|
||||
|
||||
&:hover {
|
||||
background-color: v.$bg-light;
|
||||
/* background-color: v.$b-color-1; */
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user