Bladeren bron

update popup

VicCG.Lin 1 jaar geleden
bovenliggende
commit
dfa12978cc
3 gewijzigde bestanden met toevoegingen van 5 en 3 verwijderingen
  1. 2
    1
      src/fe/mrna/css/all.css
  2. 1
    1
      src/fe/mrna/css/all.css.map
  3. 2
    1
      src/fe/mrna/css/component/_popup.scss

+ 2
- 1
src/fe/mrna/css/all.css Bestand weergeven

@@ -14202,7 +14202,8 @@ p {
14202 14202
   width: 47.5em;
14203 14203
   padding: 4.375em 1.875em 1.875em 1.875em;
14204 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 14208
 @media screen and (max-width: 992px) {
14208 14209
   .popup__body {

+ 1
- 1
src/fe/mrna/css/all.css.map
Diff onderdrukt omdat het te groot bestand
Bestand weergeven


+ 2
- 1
src/fe/mrna/css/component/_popup.scss Bestand weergeven

@@ -30,7 +30,8 @@
30 30
     width: em(760);
31 31
     padding: em(70) em(30) em(30) em(30);
32 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 35
     @media screen and (max-width: 992px) {
35 36
       width: em(800);
36 37
     }