aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-11-26 15:29:55 +0100
committerChocobozzz <me@florianbigard.com>2021-11-26 15:29:55 +0100
commitdc4e0ddb742c04bb16a4b921029af263bc240b0e (patch)
tree307fbb1f826fc4718dc2502fb04c6960adfaf5d7 /client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss
parent50a66a69a0cde2cc3f9d46acf7fd03f99d275b0c (diff)
downloadPeerTube-dc4e0ddb742c04bb16a4b921029af263bc240b0e.tar.gz
PeerTube-dc4e0ddb742c04bb16a4b921029af263bc240b0e.tar.zst
PeerTube-dc4e0ddb742c04bb16a4b921029af263bc240b0e.zip
Improve notification settings UI
Diffstat (limited to 'client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss')
-rw-r--r--client/src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.scss4
1 files changed, 3 insertions, 1 deletions
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..2fe1f9536 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
@@ -6,8 +6,10 @@
6 align-items: center; 6 align-items: center;
7 border-bottom: 1px solid $separator-border-color; 7 border-bottom: 1px solid $separator-border-color;
8 8
9 &:first-child { 9 &.header {
10 font-size: 16px; 10 font-size: 16px;
11 font-weight: $font-semibold;
12 margin-top: 10px;
11 } 13 }
12 14
13 > div { 15 > div {