X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Bmy-account%2Fmy-account-settings%2Fmy-account-notification-preferences%2Fmy-account-notification-preferences.component.scss;h=8181c3175650c46f230d6f824a6699da2d9369f8;hb=64324ac646b0938e35cd88771492623b640bd0d8;hp=b4a7a0a6df9d70ada0e0c8a891f91ee3fe24fc1c;hpb=cf21b2cbef61929177b9c09b5e017c3b7eb8535d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss b/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss index b4a7a0a6d..8181c3175 100644 --- a/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss +++ b/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss @@ -1,13 +1,14 @@ @use '_variables' as *; @use '_mixins' as *; -.custom-row { +.notification-row { display: flex; align-items: center; border-bottom: 1px solid $separator-border-color; - &:first-child { - font-size: 16px; + &.header { + font-weight: $font-semibold; + margin-top: 10px; } > div {