sudo-archive/src/components/VideoElement.css

11 lines
159 B
CSS
Raw Normal View History

2021-07-13 22:31:37 +00:00
.videoElement {
width: 100%;
2021-07-15 16:41:51 +00:00
background-color: var(--content);
2021-07-13 23:17:34 +00:00
border-radius: 5px;
}
.videoElementText {
2021-07-14 22:09:42 +00:00
color: var(--text);
2021-07-13 23:17:34 +00:00
margin: 0;
2021-07-13 22:31:37 +00:00
}