This commit is contained in:
2026-03-03 16:30:57 +07:00
parent a13304e40e
commit c253e1a370
7569 changed files with 1324841 additions and 0 deletions
@@ -0,0 +1,46 @@
/* Bootstrap Tour */
.tour-tour {
padding: 0;
border: 0;
font-family: $type1-regular;
background: $white;
.popover-title {
background: theme-color(primary);
color: $white;
font-size: .8125rem;
font-family: $type1-semibold;
padding: .75rem;
}
&.left {
.arrow {
&:after {
border-left-color: $white;
}
}
}
&.right {
.arrow {
&:after {
border-right-color: $white;
}
}
}
&.top {
.arrow {
&:after {
border-top-color: $white;
}
}
}
&.bottom {
.arrow {
&:after {
border-bottom-color: $white;
}
}
}
}
.tour-step-background {
display: none;
}