diff --git a/src/index.scss b/src/index.scss index 9e590df..b8b07d1 100755 --- a/src/index.scss +++ b/src/index.scss @@ -69,20 +69,26 @@ $fa-font-path: "~font-awesome/fonts"; font-size: 32px; } -.notification-course-title { - line-height: 28px; - font-weight: 700; - font-size: 18px; -} - .px-2\.25 { padding-left: 0.625rem; } -.notification-help-text { - font-size: 14px; - font-weight: 400; - line-height: 28px; - height: 28px; - color: #707070; +.notification-preferences { + input[type="checkbox"] { + margin-right: 0; + } + + .header-label { + font-size: 14px; + font-weight: 400; + line-height: 28px; + height: 28px; + color: #707070; + } + + .notification-course-title { + line-height: 28px; + font-weight: 700; + font-size: 18px; + } } diff --git a/src/notification-preferences/NotificationPreferenceApp.jsx b/src/notification-preferences/NotificationPreferenceApp.jsx index bd106c6..0b5d1e6 100644 --- a/src/notification-preferences/NotificationPreferenceApp.jsx +++ b/src/notification-preferences/NotificationPreferenceApp.jsx @@ -55,12 +55,10 @@ const NotificationPreferenceApp = ({ appId }) => {