aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/player/playlist.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/player/playlist.scss')
-rw-r--r--client/src/sass/player/playlist.scss6
1 files changed, 4 insertions, 2 deletions
diff --git a/client/src/sass/player/playlist.scss b/client/src/sass/player/playlist.scss
index f7e67ba16..e1999709e 100644
--- a/client/src/sass/player/playlist.scss
+++ b/client/src/sass/player/playlist.scss
@@ -46,12 +46,13 @@ $playlist-menu-width: 350px;
46 .cross { 46 .cross {
47 mask-image: url('#{$assets-path}/images/feather/x.svg'); 47 mask-image: url('#{$assets-path}/images/feather/x.svg');
48 -webkit-mask-image: url('#{$assets-path}/images/feather/x.svg'); 48 -webkit-mask-image: url('#{$assets-path}/images/feather/x.svg');
49 mask-size: cover;
50 -webkit-mask-size: cover;
49 51
50 cursor: pointer; 52 cursor: pointer;
51 width: 20px; 53 width: 20px;
52 height: 20px; 54 height: 20px;
53 background-color: #fff; 55 background-color: #fff;
54 mask-size: cover;
55 } 56 }
56 } 57 }
57} 58}
@@ -93,11 +94,12 @@ $playlist-menu-width: 350px;
93.vjs-playlist-icon { 94.vjs-playlist-icon {
94 mask-image: url('#{$assets-path}/images/feather/list.svg'); 95 mask-image: url('#{$assets-path}/images/feather/list.svg');
95 -webkit-mask-image: url('#{$assets-path}/images/feather/list.svg'); 96 -webkit-mask-image: url('#{$assets-path}/images/feather/list.svg');
97 mask-size: cover;
98 -webkit-mask-size: cover;
96 99
97 width: 22px; 100 width: 22px;
98 height: 22px; 101 height: 22px;
99 background-color: #fff; 102 background-color: #fff;
100 mask-size: cover;
101 margin-bottom: 3px; 103 margin-bottom: 3px;
102} 104}
103 105