diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-12-07 10:27:33 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-12-07 10:28:20 +0100 |
commit | 0727cab0dfd3d53e5e9c88bfbda6bc0e090d4f12 (patch) | |
tree | af4dff1224b4cafa7771ab85acdcdc32ca717e87 /client/src/sass/application.scss | |
parent | 7b272fd73f1ea67e83c1924f2cc33503b8759811 (diff) | |
download | PeerTube-0727cab0dfd3d53e5e9c88bfbda6bc0e090d4f12.tar.gz PeerTube-0727cab0dfd3d53e5e9c88bfbda6bc0e090d4f12.tar.zst PeerTube-0727cab0dfd3d53e5e9c88bfbda6bc0e090d4f12.zip |
Design video watch modals
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index c81031021..dc1f4dba0 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -152,3 +152,33 @@ p-datatable { | |||
152 | color: #000 !important; | 152 | color: #000 !important; |
153 | } | 153 | } |
154 | } | 154 | } |
155 | |||
156 | .modal { | ||
157 | .modal-header { | ||
158 | border-bottom: none; | ||
159 | |||
160 | .title-page-single { | ||
161 | margin: 0; | ||
162 | } | ||
163 | } | ||
164 | } | ||
165 | |||
166 | .orange-button { | ||
167 | @include peertube-button; | ||
168 | @include orange-button; | ||
169 | } | ||
170 | |||
171 | .orange-button-link { | ||
172 | @include peertube-button-link; | ||
173 | @include orange-button; | ||
174 | } | ||
175 | |||
176 | .grey-button { | ||
177 | @include peertube-button; | ||
178 | @include grey-button; | ||
179 | } | ||
180 | |||
181 | .grey-button-link { | ||
182 | @include peertube-button-link; | ||
183 | @include grey-button; | ||
184 | } | ||