Border radius to vars.
Only top search is gray.
This commit is contained in:
parent
c10705c59f
commit
a80d55b766
2 changed files with 10 additions and 6 deletions
|
@ -3,11 +3,15 @@ textarea {
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
border-radius: 3px;
|
border-radius: $border-radius-base;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type='search'],
|
input[type='search'] {
|
||||||
input[type='search'].search-text-input {
|
background-color: white;
|
||||||
|
padding-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type='search'].search-input {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 10px;
|
background-position: 10px;
|
||||||
background-size: 16px;
|
background-size: 16px;
|
||||||
|
|
|
@ -22,9 +22,9 @@ $brand-info: $gl-info;
|
||||||
$brand-warning: $gl-warning;
|
$brand-warning: $gl-warning;
|
||||||
$brand-danger: $gl-danger;
|
$brand-danger: $gl-danger;
|
||||||
|
|
||||||
$border-radius-base: 2px !default;
|
$border-radius-base: 3px !default;
|
||||||
$border-radius-large: 2px !default;
|
$border-radius-large: 3px !default;
|
||||||
$border-radius-small: 2px !default;
|
$border-radius-small: 3px !default;
|
||||||
|
|
||||||
|
|
||||||
//== Scaffolding
|
//== Scaffolding
|
||||||
|
|
Loading…
Reference in a new issue