diff options
Diffstat (limited to 'app/assets/stylesheets/common.scss')
-rw-r--r-- | app/assets/stylesheets/common.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 20c772d8e94..2f98df3fe41 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -415,6 +415,17 @@ img.emoji { @extend .light-well; @extend .light; margin-bottom: 10px; + +.label-project { + @include border-radius(4px); + padding: 2px 4px; + border: none; + font-size: 14px; + background: #474D57; + color: #fff; + font-family: $monospace_font; + text-shadow: 0 1px 1px #111; + font-weight: normal; } .group-name { |