Browse Source

css path update

Sherry 1 year ago
parent
commit
434ed90b52
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      src/fe/mrna/css/all.css
  2. 1
    1
      src/fe/mrna/css/component/_modal.scss

+ 1
- 1
src/fe/mrna/css/all.css View File

@@ -13440,7 +13440,7 @@ p {
13440 13440
   position: fixed;
13441 13441
   left: 50%;
13442 13442
   top: 50%;
13443
-  background: url(../../images/modal-bg.png) #0070a0 repeat;
13443
+  background: url(../images/modal-bg.png) #0070a0 repeat;
13444 13444
   transform: translate(-50%, -50%) rotate(-45deg);
13445 13445
   background-size: 20em auto;
13446 13446
 }

+ 1
- 1
src/fe/mrna/css/component/_modal.scss View File

@@ -7,7 +7,7 @@
7 7
         position: fixed;
8 8
         left: 50%;
9 9
         top: 50%;
10
-        background: url(../../images/modal-bg.png) $blue-d repeat;
10
+        background: url(../images/modal-bg.png) $blue-d repeat;
11 11
         transform: translate(-50%, -50%) rotate(-45deg);
12 12
         background-size: 20em auto;
13 13
     }