Skip to content

Commit 723afed

Browse files
committed
refactor(RoomFilePreview.scss): Clean up unused scss code
1 parent a5bc07c commit 723afed

File tree

1 file changed

+0
-51
lines changed

1 file changed

+0
-51
lines changed

src/lib/Room/RoomFilePreview/RoomFilePreview.scss

Lines changed: 0 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -17,55 +17,4 @@
1717
background-repeat: no-repeat;
1818
background-position: center;
1919
}
20-
21-
//.vac-video-preview {
22-
// position: absolute;
23-
// width: 100%;
24-
// height: 100%;
25-
// border-radius: 4px;
26-
// background: linear-gradient(
27-
// to bottom,
28-
// rgba(0, 0, 0, 0) 55%,
29-
// rgba(0, 0, 0, 0.02) 60%,
30-
// rgba(0, 0, 0, 0.05) 65%,
31-
// rgba(0, 0, 0, 0.1) 70%,
32-
// rgba(0, 0, 0, 0.2) 75%,
33-
// rgba(0, 0, 0, 0.3) 80%,
34-
// rgba(0, 0, 0, 0.5) 85%,
35-
// rgba(0, 0, 0, 0.6) 90%,
36-
// rgba(0, 0, 0, 0.7) 95%,
37-
// rgba(0, 0, 0, 0.8) 100%
38-
// );
39-
//
40-
// svg {
41-
// height: 26px;
42-
// width: 26px;
43-
// }
44-
//
45-
// .vac-button-view,
46-
// .vac-button-download {
47-
// position: absolute;
48-
// bottom: 6px;
49-
// left: 7px;
50-
// }
51-
//
52-
// :first-child {
53-
// left: 40px;
54-
// }
55-
//
56-
// .vac-button-view {
57-
// max-width: 18px;
58-
// bottom: 8px;
59-
// }
60-
//}
61-
//
62-
//.vac-video-container {
63-
// width: 350px;
64-
// max-width: 100%;
65-
// margin: 4px auto 5px;
66-
//
67-
// video {
68-
// border-radius: 4px;
69-
// }
70-
//}
7120
}

0 commit comments

Comments
 (0)