@@ -62,15 +62,15 @@
.icon-active {
opacity: 1 !important;
&::after {
- border: 2px solid #b0826b;
+ border: 3px solid var(--gold-dark);
content: "";
- height: 78px;
- width: 78px;
+ height: 80px;
+ width: 80px;
display: block;
border-radius: 50%;
position: relative;
- top: -4px;
- left: -4px;
+ top: -5px;
+ left: -5px;
}