@zohodesk/dot 1.0.0-temp-200.1 → 1.0.0-temp-200.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
background-size: 100% 100%;
|
|
251
251
|
}
|
|
252
252
|
|
|
253
|
-
.isAudio {
|
|
253
|
+
/* .isAudio {
|
|
254
254
|
composes: audioImage from '../common/dot_common.module.css';
|
|
255
255
|
}
|
|
256
256
|
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
|
|
282
282
|
.otherFile {
|
|
283
283
|
composes: otherImage from '../common/dot_common.module.css';
|
|
284
|
-
}
|
|
284
|
+
} */
|
|
285
285
|
|
|
286
286
|
.isAudio .image,
|
|
287
287
|
.isVideo .image,
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
background-size: 100% 100%;
|
|
251
251
|
}
|
|
252
252
|
|
|
253
|
-
.isAudio {
|
|
253
|
+
/* .isAudio {
|
|
254
254
|
composes: audioImage from '../common/dot_common.module.css';
|
|
255
255
|
}
|
|
256
256
|
|
|
@@ -281,7 +281,7 @@
|
|
|
281
281
|
|
|
282
282
|
.otherFile {
|
|
283
283
|
composes: otherImage from '../common/dot_common.module.css';
|
|
284
|
-
}
|
|
284
|
+
} */
|
|
285
285
|
|
|
286
286
|
.isAudio .image,
|
|
287
287
|
.isVideo .image,
|