
| Current Path : /var/www/html/pallets_old/web/core/themes/seven/css/components/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/pallets_old/web/core/themes/seven/css/components/tour.theme.css |
/**
* @file
* Styles for Tour theme.
*/
/* Default styles for the container */
.shepherd-element {
color: #fff;
border-radius: 5px;
background-color: #000;
background-color: rgba(0, 0, 0, 0.8);
}
.shepherd-element:focus {
outline: none;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 8px #40b6ff;
}
/* Mobile */
@media only screen and (max-width: 767px) {
.shepherd-element {
border-radius: 0;
}
}
.shepherd-arrow:before {
background: none;
}
/* Add a little css triangle pip, older browser just miss out on the fanciness of it. */
.shepherd-arrow {
border: solid 14px rgba(0, 0, 0, 0.8);
}
.shepherd-element[data-popper-placement^=top] > .shepherd-arrow {
bottom: -28px;
border-right-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent;
}
.shepherd-element[data-popper-placement^=bottom] > .shepherd-arrow {
top: -28px;
border-top-color: transparent;
border-right-color: transparent;
border-left-color: transparent;
}
.shepherd-element[data-popper-placement^=left] > .shepherd-arrow {
right: -28px;
border-top-color: transparent;
border-right-color: transparent; /* LTR */
border-bottom-color: transparent;
}
.shepherd-element[data-popper-placement^=right] > .shepherd-arrow {
left: -28px;
border-top-color: transparent;
border-bottom-color: transparent;
border-left-color: transparent; /* LTR */
}
.shepherd-text p {
line-height: 1.385em;
}
.shepherd-text a {
color: #fff;
}
.shepherd-cancel-icon {
color: #fff;
font-family: "Open Sans", Verdana, sans-serif;
font-size: 1.4em;
font-weight: bold;
}
.shepherd-cancel-icon:hover {
color: rgba(255, 255, 255, 0.8);
}