refactor: update download group styles

This commit is contained in:
Hachi-R 2025-01-19 17:04:37 -03:00
parent 57a8368b3b
commit d758f326c3

View File

@ -32,7 +32,7 @@
&__title {
font-weight: bold;
cursor: pointer;
color: globals.$color-body;
color: var(--color-body);
text-align: left;
font-size: 16px;
display: block;
@ -87,11 +87,7 @@
&-backdrop {
width: 100%;
height: 100%;
background: linear-gradient(
0deg,
rgba(0, 0, 0, 0.8) 5%,
transparent 100%
);
background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 5%, transparent 100%);
display: flex;
overflow: hidden;
z-index: 1;