diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-20 17:49:58 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-20 17:49:58 +0100 |
commit | 5f0805d39b94eb2de1b73e0f43ac8685ae900994 (patch) | |
tree | cba6c3022caad5e424bd6639bbaaae92113b7b7f /client/src/app/videos/+video-watch/video-watch.component.scss | |
parent | cb9244de975909bac2922c4412fd948646ff3ba7 (diff) | |
download | PeerTube-5f0805d39b94eb2de1b73e0f43ac8685ae900994.tar.gz PeerTube-5f0805d39b94eb2de1b73e0f43ac8685ae900994.tar.zst PeerTube-5f0805d39b94eb2de1b73e0f43ac8685ae900994.zip |
Design modals
Diffstat (limited to 'client/src/app/videos/+video-watch/video-watch.component.scss')
-rw-r--r-- | client/src/app/videos/+video-watch/video-watch.component.scss | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/client/src/app/videos/+video-watch/video-watch.component.scss b/client/src/app/videos/+video-watch/video-watch.component.scss index e742e1329..205a4333c 100644 --- a/client/src/app/videos/+video-watch/video-watch.component.scss +++ b/client/src/app/videos/+video-watch/video-watch.component.scss | |||
@@ -101,27 +101,27 @@ | |||
101 | .action-more { | 101 | .action-more { |
102 | display: inline-block; | 102 | display: inline-block; |
103 | 103 | ||
104 | .dropdown-menu .icon { | 104 | .dropdown-menu .dropdown-item { |
105 | display: inline-block; | 105 | padding: 6px 24px; |
106 | background-repeat: no-repeat; | ||
107 | background-size: contain; | ||
108 | width: 21px; | ||
109 | height: 21px; | ||
110 | vertical-align: middle; | ||
111 | margin-right: 5px; | ||
112 | position: relative; | ||
113 | top: -1px; | ||
114 | 106 | ||
115 | &.icon-download { | 107 | .icon { |
116 | background-image: url('../../../assets/images/video/download-grey.svg'); | 108 | @include icon(24px); |
117 | } | ||
118 | 109 | ||
119 | &.icon-alert { | 110 | margin-right: 10px; |
120 | background-image: url('../../../assets/images/video/alert.svg'); | 111 | position: relative; |
121 | } | 112 | top: -1px; |
113 | |||
114 | &.icon-download { | ||
115 | background-image: url('../../../assets/images/video/download-black.svg'); | ||
116 | } | ||
117 | |||
118 | &.icon-alert { | ||
119 | background-image: url('../../../assets/images/video/alert.svg'); | ||
120 | } | ||
122 | 121 | ||
123 | &.icon-blacklist { | 122 | &.icon-blacklist { |
124 | background-image: url('../../../assets/images/video/eye-closed.svg'); | 123 | background-image: url('../../../assets/images/video/blacklist.svg'); |
124 | } | ||
125 | } | 125 | } |
126 | } | 126 | } |
127 | } | 127 | } |