Add joyride-tip-guide css specifications

- Could not add the file itself because of many dependancies are broken the admin part.
 - Just use the strict minimum
This commit is contained in:
Jean-Baptiste Bellet
2021-03-05 10:03:40 +01:00
parent 3fcbb1a5fe
commit ec0f99a949
2 changed files with 19 additions and 0 deletions

View File

@@ -50,3 +50,4 @@
@import '*';
@import "../shared/question-mark-icon";
@import "question-mark-tooltip";

View File

@@ -0,0 +1,18 @@
.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;
}
}