Untitled
unknown
plain_text
2 years ago
704 B
10
Indexable
<style>
main > div > div:nth-child(5){
border: 2px solid #F4F4F6;
}
 
.icons-caroussel>a>span:last-child {
color: #3A3C47 !important;
}
 
.icons-caroussel>a>span:first-child {
background: #2C2E38 !important;
border-color: #2C2E38 !important;
}
 
.icons-caroussel>a>span:first-child:hover {
background: #2C2E38 !important;
border-color: #BE7DFF !important;
border-width: 2px !important;
}
 
.icons-caroussel > a > span:first-child > span {
color: #BE7DFF !important;
}
 
.icons-caroussel>a>span:first-child:hover > span {
color: #BE7DFF !important;
}
 
.icons-caroussel{
z-index: 100;
width: calc(100% + 15px) !important;
border-radius: 12px;
background: #fff;
}
</style>Editor is loading...