Сайт Fakel Gym
https://fakelgym.cp.good-production.xyz/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
546 B
23 lines
546 B
|
|
.reviews-block .tab-button {
|
|
box-shadow: 0 2px 32px 0 rgba(16, 15, 15, 0.03);
|
|
background: #fff;
|
|
font-weight: 500;
|
|
font-size: 18px;
|
|
line-height: 195%;
|
|
color: #222;
|
|
}
|
|
|
|
.reviews-block .tab-button.active {
|
|
font-size: 18px;
|
|
line-height: 195%;
|
|
color: #f8f8f8;
|
|
box-shadow: none;
|
|
background: linear-gradient(90deg, #9d9994 39.42%, #ccc9c4 92.9%);
|
|
}
|
|
|
|
.dark .reviews-block .tab-button.active {
|
|
background: linear-gradient(90deg, #2b2c35 39.42%, #6e7996 92.9%);
|
|
color: #f8f8f8;
|
|
}
|
|
|
|
|