mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
19 lines
310 B
SCSS
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;
|
|
}
|
|
}
|
|
|