diff options
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index a1c222c31..0d96d5ec0 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -258,9 +258,39 @@ p-datatable { | |||
258 | .modal { | 258 | .modal { |
259 | .modal-header { | 259 | .modal-header { |
260 | border-bottom: none; | 260 | border-bottom: none; |
261 | margin-bottom: 5px; | ||
261 | 262 | ||
262 | .title-page-single { | 263 | .modal-title { |
263 | margin: 0; | 264 | font-size: 20px; |
265 | font-weight: $font-semibold; | ||
266 | } | ||
267 | |||
268 | .close { | ||
269 | @include icon(24px); | ||
270 | |||
271 | position: relative; | ||
272 | right: -1px; | ||
273 | float: right; | ||
274 | background-image: url('../assets/images/global/cross.svg'); | ||
275 | } | ||
276 | } | ||
277 | |||
278 | .inputs { | ||
279 | margin-top: 40px; | ||
280 | margin-bottom: 0; | ||
281 | text-align: right; | ||
282 | |||
283 | .action-button-cancel { | ||
284 | @include peertube-button; | ||
285 | @include grey-button; | ||
286 | |||
287 | display: inline-block; | ||
288 | margin-right: 10px; | ||
289 | } | ||
290 | |||
291 | .action-button-submit { | ||
292 | @include peertube-button; | ||
293 | @include orange-button; | ||
264 | } | 294 | } |
265 | } | 295 | } |
266 | } | 296 | } |