Skip to content

Commit a36f3ba

Browse files
committed
KTL-1239 fix: fixed annual report background
1 parent 24270af commit a36f3ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/AnnualReport/annualReport.module.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.report {
22
margin: var(--ktl-box-page-l) 0;
33
padding: var(--ktl-box-section-l) 0;
4-
background: var(--ktl-light-grey);
54
border-top: 1px solid var(--rs-color-black-t20);
65
border-bottom: 1px solid var(--rs-color-black-t20);
76

@@ -53,7 +52,7 @@
5352
height: 374px;
5453
border-radius: 50%;
5554
opacity: 0.5;
56-
background: radial-gradient(50% 50% at 50% 50%, rgba(51, 0, 255, 0.5) 0%, rgba(232, 232, 232, 0.00) 100%);
55+
background: radial-gradient(50% 50% at 50% 50%, rgba(51, 0, 255, 0.5) 0%, rgba(232, 232, 232, 0) 100%);
5756

5857
@media (--ktl-mm) {
5958
top: -49px;
@@ -67,7 +66,9 @@
6766
position: absolute;
6867
transform: perspective(3000px) rotateY(0deg);
6968
box-shadow: rgba(0, 0, 0, 0) 0 25px 50px -12px;
70-
transition: transform 1s ease 0s, box-shadow 1s ease 0s;
69+
transition:
70+
transform 1s ease 0s,
71+
box-shadow 1s ease 0s;
7172
will-change: transform, box-shadow;
7273

7374
@media (--ktl-mm) {
@@ -153,4 +154,3 @@
153154
order: 3;
154155
}
155156
}
156-

0 commit comments

Comments
 (0)