mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-03 13:11:46 +08:00
16 lines
278 B
SCSS
16 lines
278 B
SCSS
.component_video{
|
|
position: fixed;
|
|
bottom: 10px;
|
|
right: 10px;
|
|
width: 300px;
|
|
height: 200px;
|
|
background: var(--super-light);
|
|
border: 1px solid #e2e2e2;
|
|
border-radius: 2px;
|
|
|
|
.loader{
|
|
text-align: center;
|
|
margin-top: 30px;
|
|
}
|
|
}
|