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/application.scss | |
parent | 3c10840fa90fc88fc98e8169faf4745ff6c80893 (diff) | |
download | PeerTube-eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7.tar.gz PeerTube-eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7.tar.zst PeerTube-eeae81428e933b923dc9d9b6c9ce5c9fcf0de1a7.zip |
Remove useless components
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 16 |
1 files changed, 0 insertions, 16 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; |