[Fix] wrong svg path
This commit is contained in:
parent
8b399b493a
commit
70bf0dbecc
@ -519,7 +519,7 @@ $buttonHoverBg: #226bb4;
|
||||
margin-top: 40px;
|
||||
margin-left: -80px;
|
||||
transform: scale(0.9);
|
||||
background: url(./assets/images/cfp/Mobile/Path_763.svg) no-repeat;
|
||||
background: url(~@/assets/images/cfp/Mobile/Path_763.svg) no-repeat;
|
||||
padding-top: -565px;
|
||||
margin-bottom: -665px;
|
||||
}
|
||||
@ -569,7 +569,7 @@ $buttonHoverBg: #226bb4;
|
||||
@media screen and(max-width: 414px) {
|
||||
//content: url() no-repeat;//../../assets/images/cfp/Mobile/Mobile-background.svg
|
||||
//visibility: hidden;
|
||||
background: url(./assets/images/cfp/Mobile/Mobile-background.svg) !important;
|
||||
background: url(~@/assets/images/cfp/Mobile/Mobile-background.svg) !important;
|
||||
object-position: -99999px 99999px;
|
||||
overflow: hidden;
|
||||
margin-left: -20%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user