]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-forms/preview-upload.component.scss
Merge branch 'develop' into shorter-URLs-channels-accounts
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-forms / preview-upload.component.scss
CommitLineData
7b992a86
C
1@import '_variables';
2@import '_mixins';
3
4.root {
5 height: auto;
6 display: flex;
7 flex-direction: column;
8
9 .preview-container {
10 position: relative;
11
12 my-reactive-file {
13 position: absolute;
14 bottom: 10px;
15 left: 10px;
16 }
17
18 .preview {
6f02515e 19 object-fit: cover;
7b992a86 20 border-radius: 4px;
6f02515e 21 max-width: 100%;
7b992a86
C
22
23 &.no-image {
931d3430 24 border: 2px solid #808080;
e66883b3 25 background-color: pvar(--mainBackgroundColor);
7b992a86
C
26 }
27 }
28 }
29}