We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457eabf commit 0e2f660Copy full SHA for 0e2f660
src/styles/global/_withs.scss
@@ -19,20 +19,26 @@
19
*
20
*/
21
22
-.visible-with-contacts, .visible-with-contacts-inline {
23
- display: none;
+.visible-with-contacts,
+.visible-with-contacts-inline {
24
+ display: none;
25
}
26
+
27
.hidden-with-contacts {
28
29
30
.with-contacts {
- .visible-with-contacts {
- display: block;
31
- }
32
- .visible-with-contacts-inline {
33
- display: inline-block;
34
35
- .hidden-with-contacts {
36
37
38
-}
+ .visible-with-contacts {
+ display: block;
+ }
+ .visible-with-contacts-inline {
+ display: inline-block;
39
40
+ .hidden-with-contacts {
41
42
43
44
+}
0 commit comments