Explorar el Código

css path update

Sherry hace 1 año
padre
commit
434ed90b52
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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 fichero

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

+ 1
- 1
src/fe/mrna/css/component/_modal.scss Ver fichero

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