lbry.com/web/scss/components/_video.scss
ポール ウェッブ 7d8c109109 Redesign
2019-03-18 13:05:46 -05:00

10 lines
146 B
SCSS

.video {
padding: 2rem;
video {
border: 1px solid var(--lbry-gray-1);
cursor: pointer;
max-height: 30rem;
width: 100%;
}
}