Commit 9fbe3ac771bfb953fe46c6989333b09600570cad
1 parent
aed65f56
Exists in
master
and in
4 other branches
Nicer ui-box-danger
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/gitlab_bootstrap/blocks.scss
@@ -44,11 +44,13 @@ | @@ -44,11 +44,13 @@ | ||
44 | } | 44 | } |
45 | 45 | ||
46 | &.ui-box-danger { | 46 | &.ui-box-danger { |
47 | + background: #f7f7f7; | ||
48 | + border: none; | ||
49 | + | ||
47 | .title { | 50 | .title { |
48 | - @include linear-gradient(#F26E5E, #bd362f); | 51 | + background: #D65; |
49 | color: #fff; | 52 | color: #fff; |
50 | text-shadow: 0 1px 1px #900; | 53 | text-shadow: 0 1px 1px #900; |
51 | - font-weight: bold; | ||
52 | } | 54 | } |
53 | } | 55 | } |
54 | 56 |