Add light border to bootstrap panels

This commit is contained in:
Dmitriy Zaporozhets
2015-01-28 16:59:25 -08:00
parent 1718075a02
commit ef315dda5f
2 changed files with 1 additions and 4 deletions
-3
View File
@@ -1,9 +1,6 @@
/*
* 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;
+1 -1
View File
@@ -139,7 +139,7 @@
}
@mixin panel-colored {
border: none;
border: 1px solid #EEE;
background: $box_bg;
@include box-shadow(0 1px 1px rgba(0, 0, 0, 0.09));