diff --git a/pkg/webui/console/containers/header/header.styl b/pkg/webui/console/containers/header/header.styl index 81bb03a975b..bbd30b35f64 100644 --- a/pkg/webui/console/containers/header/header.styl +++ b/pkg/webui/console/containers/header/header.styl @@ -12,45 +12,46 @@ // See the License for the specific language governing permissions and // limitations under the License. -.header - font-size: $fs.l - padding: 1.5rem 1.25rem - border-bottom: 1px solid $c.grey-200 - margin-bottom: 0 - font-weight: $fw.bold - -.link - align-items: start - justify-content: center - gap: $cs.m - text-decoration: none - border-bottom: 1px solid $c.grey-200 - padding: $cs.m 1.25rem - - &:visited - color: initial - - &:hover - background: $c.tts-primary-100 - - .icon - width: 1.29rem - height: 1.29rem - border-radius: 8px - border: 1px solid $c.grey-300 - background: $c.white - color: $c.tts-primary - padding: $cs.m - - .title - overflow: hidden - text-overflow: ellipsis - line-height: normal - margin-bottom: $cs.xxs - - .notification-container - overflow: auto - - .preview-content - line-height: normal - margin-bottom: $cs.xxs \ No newline at end of file +.notifications-dropdown + &-header + font-size: $fs.l + padding: $cs.l $cs.m + border-bottom: 1px solid $c.grey-200 + margin-bottom: 0 + font-weight: $fw.bold + + &-link + align-items: start + justify-content: center + gap: $cs.m + text-decoration: none + border-bottom: 1px solid $c.grey-200 + padding: $cs.m 1.25rem + + &:visited + color: initial + + &:hover + background: $c.tts-primary-100 + + &-icon + width: 1.29rem + height: 1.29rem + border-radius: $br.m + border: 1px solid $c.grey-300 + background: $c.white + color: $c.tts-primary + padding: $cs.m + + .title + overflow: hidden + text-overflow: ellipsis + line-height: normal + margin-bottom: $cs.xxs + + .notification-container + overflow: auto + + .preview-content + line-height: normal + margin-bottom: $cs.xxs \ No newline at end of file diff --git a/pkg/webui/console/containers/header/notifications-dropdown.js b/pkg/webui/console/containers/header/notifications-dropdown.js index 50cb6dd2cf9..0c25fbc3c6d 100644 --- a/pkg/webui/console/containers/header/notifications-dropdown.js +++ b/pkg/webui/console/containers/header/notifications-dropdown.js @@ -73,7 +73,7 @@ const NotificationsDropdown = () => { return ( -
+
{' '} @@ -83,9 +83,9 @@ const NotificationsDropdown = () => { - +