mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
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:
@@ -50,3 +50,4 @@
|
||||
@import '*';
|
||||
|
||||
@import "../shared/question-mark-icon";
|
||||
@import "question-mark-tooltip";
|
||||
|
||||
18
app/assets/stylesheets/admin/question-mark-tooltip.scss
Normal file
18
app/assets/stylesheets/admin/question-mark-tooltip.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user