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.
16 lines
630 B
16 lines
630 B
/* Bulletproof target for the Certificate and Live Chat badges using their URLs */
|
|
a[href*="/certificate/certificate/"] span:last-child,
|
|
a[href*="/live-chat/"] span:last-child {
|
|
background-color: #1eb866 !important;
|
|
/* Forces your custom green */
|
|
border-radius: 9999px !important;
|
|
/* Forces a perfect pill/circle shape */
|
|
color: #ffffff !important;
|
|
/* Ensures the text stays white */
|
|
padding: 0.1rem 0.6rem !important;
|
|
min-width: 1.5rem !important;
|
|
text-align: center !important;
|
|
display: inline-flex !important;
|
|
justify-content: center !important;
|
|
align-items: center !important;
|
|
}
|