mirror of
https://github.com/WDI-Ideas/rubix.git
synced 2026-04-27 21:15:50 +00:00
90 lines
1.8 KiB
CSS
90 lines
1.8 KiB
CSS
@font-face {
|
|
font-family: "Mona Sans";
|
|
src: url("Mona-Sans.woff2") format("woff2 supports variations"),
|
|
url("Mona-Sans.woff2") format("woff2-variations");
|
|
font-weight: 200 900;
|
|
font-stretch: 75% 125%;
|
|
}
|
|
|
|
.rubix-text-heading {
|
|
font-size: 60px !important;
|
|
font-family: "Mona Sans";
|
|
color: #fff;
|
|
}
|
|
.rubix-text-subheading {
|
|
font-size: 25px !important;
|
|
}
|
|
.rubix-text-title {
|
|
font-size: 38px !important;
|
|
color: #fff;
|
|
}
|
|
|
|
.rubix-text-large {
|
|
font-size: 22px !important;
|
|
font-family: "Poppins" !important;
|
|
color: #fff !important;
|
|
}
|
|
.rubix-text-medium {
|
|
font-size: 20px !important;
|
|
font-family: "Poppins" !important;
|
|
color: #fff !important;
|
|
}
|
|
.rubix-text-small {
|
|
font-size: 17px !important;
|
|
font-family: "Poppins" !important;
|
|
color: #fff !important;
|
|
}
|
|
|
|
.link {
|
|
color: #ffff;
|
|
}
|
|
|
|
.link:hover {
|
|
color: #de858e;
|
|
}
|
|
|
|
.swiper-button-prev,
|
|
.swiper-button-next {
|
|
color: #de858e;
|
|
/* background-color: #de858e; */
|
|
}
|
|
span.swiper-pagination-bullet {
|
|
background: #de858e;
|
|
width: 35px;
|
|
height: 3px;
|
|
border-radius: 0;
|
|
}
|
|
.team-slider .swiper-button-next:after {
|
|
position: absolute;
|
|
top: 185px;
|
|
width: 38px;
|
|
height: 38px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-radius: 50px;
|
|
font-size: 18px;
|
|
color: #000;
|
|
font-weight: 700;
|
|
right: 110px;
|
|
background-image: radial-gradient(circle, #ffffff, #eee2f2, #e7c3dc, #e5a3ba, #de858e);
|
|
}
|
|
.team-slider .swiper-button-prev:after {
|
|
position: absolute;
|
|
top: 185px;
|
|
width: 38px;
|
|
height: 38px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-radius: 50px;
|
|
font-size: 18px;
|
|
color: #000;
|
|
font-weight: 700;
|
|
left: 110px;
|
|
background-image: radial-gradient(circle, #ffffff, #eee2f2, #e7c3dc, #e5a3ba, #de858e);
|
|
}
|
|
/* html {
|
|
font-family: "Mona Sans";
|
|
} */
|