Skip to content
Snippets Groups Projects
Commit 030c1dca authored by Florie Guibert's avatar Florie Guibert
Browse files

Fix scoped labels rendering in emails

parent 5c86775a
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -81,6 +81,7 @@ $gl-gray-400: #999;
$gl-gray-500: #777;
$gl-gray-600: #666;
$gl-gray-700: #555;
$gl-gray-800: #333;
 
$green-50: #f1fdf6;
$green-100: #dcf5e7;
Loading
Loading
Loading
Loading
@@ -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;
}
---
title: Fix scoped labels rendering in emails
merge_request: 26347
author:
type: fixed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment