diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-29 11:33:28 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-29 11:52:58 +0200 |
commit | eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7 (patch) | |
tree | 0c444d0c13df141ec7095fc141997a2b847c31d8 /client/src/sass | |
parent | 3c10840fa90fc88fc98e8169faf4745ff6c80893 (diff) | |
download | PeerTube-eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7.tar.gz PeerTube-eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7.tar.zst PeerTube-eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7.zip |
Remove useless components
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 16 | ||||
-rw-r--r-- | client/src/sass/primeng-custom.scss | 7 |
2 files changed, 5 insertions, 18 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index e0e8fc828..1f8166d8a 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -262,10 +262,6 @@ my-input-toggle-hidden ::ng-deep input { | |||
262 | align-items: center; | 262 | align-items: center; |
263 | margin-bottom: 30px; | 263 | margin-bottom: 30px; |
264 | 264 | ||
265 | .form-sub-title { | ||
266 | flex-grow: 1; | ||
267 | } | ||
268 | |||
269 | .admin-sub-nav a { | 265 | .admin-sub-nav a { |
270 | @include disable-default-a-behaviour; | 266 | @include disable-default-a-behaviour; |
271 | 267 | ||
@@ -289,11 +285,6 @@ my-input-toggle-hidden ::ng-deep input { | |||
289 | } | 285 | } |
290 | } | 286 | } |
291 | 287 | ||
292 | .form-sub-title { | ||
293 | font-size: 20px; | ||
294 | font-weight: bold; | ||
295 | } | ||
296 | |||
297 | // In tables, don't have a hover different background | 288 | // In tables, don't have a hover different background |
298 | table { | 289 | table { |
299 | .action-button-edit, | 290 | .action-button-edit, |
@@ -412,13 +403,6 @@ ngx-loading-bar { | |||
412 | .admin-sub-header { | 403 | .admin-sub-header { |
413 | flex-direction: column; | 404 | flex-direction: column; |
414 | 405 | ||
415 | .form-sub-title { | ||
416 | @include margin-right(0 !important); | ||
417 | |||
418 | margin-bottom: 10px; | ||
419 | text-align: center; | ||
420 | } | ||
421 | |||
422 | .admin-sub-nav { | 406 | .admin-sub-nav { |
423 | display: block; | 407 | display: block; |
424 | overflow-x: auto; | 408 | overflow-x: auto; |
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss index 7aba69e4a..66b4056cb 100644 --- a/client/src/sass/primeng-custom.scss +++ b/client/src/sass/primeng-custom.scss | |||
@@ -495,7 +495,7 @@ body p-selectbutton.ng-dirty.ng-invalid .p-button { | |||
495 | border: 1px solid #a80000; | 495 | border: 1px solid #a80000; |
496 | } | 496 | } |
497 | 497 | ||
498 | // | 498 | // data table customizations |
499 | 499 | ||
500 | @mixin glyphicon-light { | 500 | @mixin glyphicon-light { |
501 | font-family: 'Glyphicons Halflings'; | 501 | font-family: 'Glyphicons Halflings'; |
@@ -504,7 +504,6 @@ body p-selectbutton.ng-dirty.ng-invalid .p-button { | |||
504 | font-display: swap; | 504 | font-display: swap; |
505 | } | 505 | } |
506 | 506 | ||
507 | // data table customizations | ||
508 | p-table { | 507 | p-table { |
509 | .p-datatable-header { | 508 | .p-datatable-header { |
510 | border: none !important; | 509 | border: none !important; |
@@ -759,6 +758,10 @@ p-table { | |||
759 | } | 758 | } |
760 | } | 759 | } |
761 | } | 760 | } |
761 | |||
762 | .badge { | ||
763 | @include table-badge; | ||
764 | } | ||
762 | } | 765 | } |
763 | 766 | ||
764 | // overflow data table | 767 | // overflow data table |