fix: gradient across public

This commit is contained in:
Pontoporeia
2026-07-10 14:32:46 +02:00
parent 269b751fea
commit eb0f48d320
2 changed files with 178 additions and 182 deletions
+9 -10
View File
@@ -466,11 +466,10 @@
box-sizing: border-box;
border-radius: 7px 7px 0 0;
background: linear-gradient(
180deg,
rgba(60, 133, 108, 1) 0%,
rgba(51, 191, 135, 1) 25%,
rgba(192, 93, 225, 1) 75%,
rgba(149, 87, 181, 1) 100%
0deg,
rgba(192, 93, 225, 1) 0%,
rgba(51, 191, 135, 1) 66%,
rgba(60, 133, 108, 1) 100%
);
}
@@ -698,12 +697,12 @@
.student-card__banner--gradient {
background: linear-gradient(
180deg,
rgba(60, 133, 108, 1) 0%,
rgba(51, 191, 135, 1) 25%,
rgba(192, 93, 225, 1) 75%,
rgba(149, 87, 181, 1) 100%
0deg,
rgba(192, 93, 225, 1) 0%,
rgba(51, 191, 135, 1) 66%,
rgba(60, 133, 108, 1) 100%
);
display: flex;
flex-direction: column;
align-items: center;