Commit ef315dda authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Add light border to bootstrap panels

parent 1718075a
/* /*
* Twitter bootstrap with GitLab customizations/additions * Twitter bootstrap with GitLab customizations/additions
* *
* Some unused bootstrap compontents like panels are not included.
* Other components like tabs are modified to GitLab style.
*
*/ */
$font-size-base: 13px !default; $font-size-base: 13px !default;
......
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
} }
@mixin panel-colored { @mixin panel-colored {
border: none; border: 1px solid #EEE;
background: $box_bg; background: $box_bg;
@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.09)); @include box-shadow(0 1px 1px rgba(0, 0, 0, 0.09));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment