From 931d3430184143ebd88e5243def6eb1d7acfdbf4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 28 Apr 2021 16:41:07 +0200 Subject: Move to stylelint --- .../remote-subscribe.component.scss | 2 +- .../subscribe-button.component.scss | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'client/src/app/shared/shared-user-subscription') diff --git a/client/src/app/shared/shared-user-subscription/remote-subscribe.component.scss b/client/src/app/shared/shared-user-subscription/remote-subscribe.component.scss index 698c5866a..73db0d090 100644 --- a/client/src/app/shared/shared-user-subscription/remote-subscribe.component.scss +++ b/client/src/app/shared/shared-user-subscription/remote-subscribe.component.scss @@ -3,4 +3,4 @@ .btn-remote-follow { @include peertube-button; @include orange-button; -} \ No newline at end of file +} diff --git a/client/src/app/shared/shared-user-subscription/subscribe-button.component.scss b/client/src/app/shared/shared-user-subscription/subscribe-button.component.scss index f6cdc11c0..897ee7799 100644 --- a/client/src/app/shared/shared-user-subscription/subscribe-button.component.scss +++ b/client/src/app/shared/shared-user-subscription/subscribe-button.component.scss @@ -8,8 +8,8 @@ float: right; padding: 0; - & > .btn, - & > .dropdown > .dropdown-toggle { + > .btn, + > .dropdown > .dropdown-toggle { font-size: 15px; } @@ -20,7 +20,7 @@ &.big { height: 35px; - & > button:first-child { + > button:first-child { width: max-content; min-width: 175px; } @@ -29,7 +29,7 @@ span:first-child { line-height: 80%; } - + span:not(:first-child) { font-size: 75%; } @@ -37,15 +37,15 @@ } // Unlogged - & > .dropdown > .dropdown-toggle span { + > .dropdown > .dropdown-toggle span { padding-right: 3px; } // Logged - & > .btn { + > .btn { padding-right: 4px; - & + .dropdown > button { + + .dropdown > button { padding-left: 2px; &::after { -- cgit v1.2.3