We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed1830 commit 13fc06fCopy full SHA for 13fc06f
1 file changed
features/video-recorder/style.css
@@ -0,0 +1,21 @@
1
+.STE-ReactModalPortal .STE-recorded-video {
2
+ width: 100%;
3
+ height: 100%;
4
+ border: 10px solid #ccc;
5
+ border-radius: 10px;
6
+}
7
+
8
+.STE-ReactModalPortal .STE-hide-button {
9
+ display: none;
10
11
12
+.STE-ReactModalPortal .STE-left-text {
13
+ text-align: left;
14
15
16
+.STE-ReactModalPortal .stopButton,
17
+.STE-ReactModalPortal .startButton,
18
+.STE-ReactModalPortal .downloadButton,
19
+.STE-ReactModalPortal .video-format-select {
20
21
0 commit comments