Tweaked tour highlight style
This commit is contained in:
parent
30fc1c499d
commit
e5943df108
1 changed files with 2 additions and 1 deletions
|
|
@ -349,7 +349,8 @@ html {
|
||||||
|
|
||||||
// Style tour
|
// Style tour
|
||||||
.v-tour__target--highlighted {
|
.v-tour__target--highlighted {
|
||||||
box-shadow: 0px 0px 180px 40px rgba(0, 0, 0, 0.4) !important;
|
box-shadow: 0px 40px 160px 20px rgba(0, 0, 0, 0.5),
|
||||||
|
0px 0px 0px 4px rgba(128, 128, 128, 0.5) !important;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
opacity: 100%;
|
opacity: 100%;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue