Commit 3bce263a authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Reduce base vertical padding

parent 9720240b
...@@ -99,7 +99,7 @@ $font-size-base: $gl-font-size; ...@@ -99,7 +99,7 @@ $font-size-base: $gl-font-size;
// //
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start). //## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
$padding-base-vertical: 8px; $padding-base-vertical: 6px;
$padding-base-horizontal: 14px; $padding-base-horizontal: 14px;
// $padding-large-vertical: 10px // $padding-large-vertical: 10px
......
...@@ -4,10 +4,8 @@ ...@@ -4,10 +4,8 @@
background: #FFF; background: #FFF;
border-color: #BBB; border-color: #BBB;
padding: 6px 14px; padding: 6px 14px;
font-size: 13px; line-height: 1.42857143;
line-height: 18px;
height: auto; height: auto;
margin: 2px 0;
.select2-arrow { .select2-arrow {
background: #FFF; background: #FFF;
......
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