summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/notify.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/notify.scss')
-rw-r--r--app/assets/stylesheets/notify.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/assets/stylesheets/notify.scss b/app/assets/stylesheets/notify.scss
index d77b7dfad68..ea82ba3e879 100644
--- a/app/assets/stylesheets/notify.scss
+++ b/app/assets/stylesheets/notify.scss
@@ -18,3 +18,19 @@ p.details {
pre.commit-message {
white-space: pre-wrap;
}
+
+.gl-label-scoped {
+ box-shadow: 0 0 0 2px currentColor inset;
+}
+
+.gl-label-text {
+ padding: 0 5px;
+}
+
+.gl-label-text-light {
+ color: $white-light;
+}
+
+.gl-label-text-dark {
+ color: $gl-gray-800;
+}