Ver código fonte

css path update

Sherry 1 ano atrás
pai
commit
434ed90b52
2 arquivos alterados com 2 adições e 2 exclusões
  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 Ver arquivo

@@ -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 Ver arquivo

@@ -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
     }