Files
openfoodnetwork/app/webpacker/css/admin/question-mark-tooltip.scss
2021-12-27 17:45:05 +00:00

19 lines
310 B
SCSS

.joyride-tip-guide {
background: $color-3;
color: $white;
font-family: inherit;
font-weight: $font-weight-normal;
position: absolute;
z-index: 101;
padding: 5px 15px;
.joyride-nub.bottom {
border: 10px solid;
display: block;
height: 0;
position: absolute;
width: 0;
}
}