VicCG.Lin 1 anno fa
parent
commit
dfa12978cc

+ 2
- 1
src/fe/mrna/css/all.css Vedi File

14202
   width: 47.5em;
14202
   width: 47.5em;
14203
   padding: 4.375em 1.875em 1.875em 1.875em;
14203
   padding: 4.375em 1.875em 1.875em 1.875em;
14204
   background: white;
14204
   background: white;
14205
-  box-shadow: 0.625em 0.625em 0 rgba(0, 0, 0, 0.3);
14205
+  box-shadow: 0 0 0.625em rgba(0, 0, 0, 0.5);
14206
+  border-radius: 0.75em;
14206
 }
14207
 }
14207
 @media screen and (max-width: 992px) {
14208
 @media screen and (max-width: 992px) {
14208
   .popup__body {
14209
   .popup__body {

+ 1
- 1
src/fe/mrna/css/all.css.map
File diff suppressed because it is too large
Vedi File


+ 2
- 1
src/fe/mrna/css/component/_popup.scss Vedi File

30
     width: em(760);
30
     width: em(760);
31
     padding: em(70) em(30) em(30) em(30);
31
     padding: em(70) em(30) em(30) em(30);
32
     background: white;
32
     background: white;
33
-    box-shadow: em(10) em(10) 0 rgba(0,0,0,0.3);
33
+    box-shadow: 0 0 em(10) rgba(0,0,0,0.5);
34
+    border-radius: em(12);
34
     @media screen and (max-width: 992px) {
35
     @media screen and (max-width: 992px) {
35
       width: em(800);
36
       width: em(800);
36
     }
37
     }