Commit a80d55b7 authored by Jacob Schatz's avatar Jacob Schatz

Border radius to vars.

Only top search is gray.
parent c10705c5
......@@ -3,11 +3,15 @@ textarea {
}
input {
border-radius: 3px;
border-radius: $border-radius-base;
}
input[type='search'] {
background-color: white;
padding-left: 10px;
}
input[type='search'],
input[type='search'].search-text-input {
input[type='search'].search-input {
background-repeat: no-repeat;
background-position: 10px;
background-size: 16px;
......
......@@ -22,9 +22,9 @@ $brand-info: $gl-info;
$brand-warning: $gl-warning;
$brand-danger: $gl-danger;
$border-radius-base: 2px !default;
$border-radius-large: 2px !default;
$border-radius-small: 2px !default;
$border-radius-base: 3px !default;
$border-radius-large: 3px !default;
$border-radius-small: 3px !default;
//== Scaffolding
......
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