Playlist videos component
[oweals/peertube.git] / client / src / app / shared / images / image-upload.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .root {
5   height: auto;
6   display: flex;
7   align-items: center;
8
9   .preview {
10     border: 2px solid grey;
11     border-radius: 4px;
12     margin-left: 50px;
13
14     &.no-image {
15       background-color: #ececec;
16     }
17   }
18 }