Skip to content

Commit 13fc06f

Browse files
authored
Add CSS file
1 parent 1ed1830 commit 13fc06f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

features/video-recorder/style.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
width: 100%;
21+
}

0 commit comments

Comments
 (0)