summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/header.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/header.scss')
-rw-r--r--app/assets/stylesheets/framework/header.scss8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss
index 5ae4f72de56..dd338a7134b 100644
--- a/app/assets/stylesheets/framework/header.scss
+++ b/app/assets/stylesheets/framework/header.scss
@@ -567,6 +567,14 @@
border: 1px solid $gray-normal;
}
+.header-user-notification-dot {
+ background-color: $orange-500;
+ height: 10px;
+ width: 10px;
+ right: 8px;
+ top: -8px;
+}
+
.with-performance-bar .navbar-gitlab {
top: $performance-bar-height;
}