2023-09-22 10:05:42 +00:00
|
|
|
/* Tooltip doesn't look exactly like a standard <Tooltip> */
|
|
|
|
.woocommerce-marketplace__my-subscriptions {
|
|
|
|
.components-tooltip .components-popover__content {
|
|
|
|
background: var(--wc-content-bg);
|
|
|
|
border: 1px solid var(--wp-admin-theme-color);
|
|
|
|
border-radius: 4px;
|
|
|
|
color: var(--wc-secondary-text);
|
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
& > * {
|
|
|
|
margin: 8px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
font-size: 1.1em;
|
|
|
|
}
|
|
|
|
|
2023-09-22 10:28:57 +00:00
|
|
|
.woocommerce-marketplace__my-subscriptions__tooltip-external-link::after {
|
|
|
|
background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20height%3D%2224%22%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%3E%3Cpath%20d%3D%22M19.5%204.5h-7V6h4.44l-5.97%205.97%201.06%201.06L18%207.06v4.44h1.5v-7Zm-13%201a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h10a2%202%200%200%200%202-2v-3H17v3a.5.5%200%200%201-.5.5h-10a.5.5%200%200%201-.5-.5v-10a.5.5%200%200%201%20.5-.5h3V5.5h-3Z%22%20fill%3D%22%230073aa%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
|
2023-09-22 10:05:42 +00:00
|
|
|
background-position: 0 3px;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-size: contain;
|
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
|
|
|
height: 15px;
|
|
|
|
width: 15px;
|
|
|
|
}
|
|
|
|
}
|
2023-09-22 10:28:57 +00:00
|
|
|
}
|