X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-user-subscription%2Fsubscribe-button.component.scss;h=889596b620ec65c56a905e0def114dfc3ed1b0ce;hb=5b0ec7cddb1ae6dbd2057f067382866f846b882c;hp=da8eaf646307187e4d616d7b4fcd6296ae2bd2df;hpb=b13a0a48bacb53e65e665774e621326452045294;p=github%2FChocobozzz%2FPeerTube.git 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 da8eaf646..889596b62 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 @@ -3,14 +3,10 @@ .btn-group-subscribe { @include peertube-button; - @include disable-default-a-behaviour; - float: right; - padding: 0; - - > .btn, - > .dropdown > .dropdown-toggle { - font-size: 15px; + button.dropdown-toggle { + font-size: $button-font-size; + line-height: 1.2; } &:not(.big) { @@ -38,7 +34,7 @@ // Unlogged > .dropdown > .dropdown-toggle span { - @include padding-right(3px); + @include padding-right(5px); } // Logged @@ -65,9 +61,11 @@ @include padding-left(5px); } } + &.unsubscribe-button { .btn { @include grey-button; + font-weight: 600; } }