mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
fix(intro): don't use svg for background
This commit is contained in:
@@ -39,9 +39,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.introjs-tooltip {
|
.introjs-tooltip {
|
||||||
background-image: url('~@/assets/svg/for-css/tutorial-border.svg');
|
border-style: solid;
|
||||||
background-size: 100% 100%;
|
border-width: 2px;
|
||||||
background-repeat: no-repeat;
|
border-color: #FFA623;
|
||||||
|
outline-style: solid;
|
||||||
|
outline-width: 2px;
|
||||||
|
outline-color: #B36213;
|
||||||
|
margin: 2px;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
height: 131px;
|
height: 131px;
|
||||||
min-height: 131px !important;
|
min-height: 131px !important;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
|
|||||||
Reference in New Issue
Block a user