Przeglądaj źródła

fix(dialogs-style): Remove box shadow from header and footer

j8
Tudor D. Pop 4 lat temu
rodzic
commit
f38bf7b14c
No account linked to committer's email address
1 zmienionych plików z 8 dodań i 0 usunięć
  1. 8
    0
      css/_atlaskit_overrides.scss

+ 8
- 0
css/_atlaskit_overrides.scss Wyświetl plik

@@ -38,6 +38,7 @@
38 38
  * Override @atlaskit/modal-dialog header styling
39 39
  */
40 40
 .atlaskit-portal [role="dialog"] header {
41
+    box-shadow: none;
41 42
     .jitsi-icon {
42 43
         cursor: pointer;
43 44
     }
@@ -47,6 +48,13 @@
47 48
     }
48 49
 }
49 50
 
51
+/**
52
+ * Override @atlaskit/modal-dialog footer styling.
53
+ */
54
+ .atlaskit-portal [role="dialog"] footer {
55
+     box-shadow: none;
56
+ }
57
+
50 58
 /**
51 59
  * Make header close button more easily tappable on mobile.
52 60
  */

Ładowanie…
Anuluj
Zapisz