Skip to content
Snippets Groups Projects
Commit 197bec44 authored by Jennifer Dust's avatar Jennifer Dust
Browse files

Merge branch '3512127-search-input' into '5.x'

Issue 3512127: Reducing padding on search input

See merge request !193
parents b1d93294 6db4b914
No related branches found
No related tags found
No related merge requests found
Pipeline #452614 skipped
......@@ -104,7 +104,7 @@ input[type=search]::-webkit-search-results-decoration {
input[type=search] {
background: var(--prototype-i-search) no-repeat 12px center;
background-size: 28px;
padding-left: 48px;
padding-left: 24px;
}
.form-type__checkbox,
......
......@@ -114,7 +114,7 @@ input[type='search']::-webkit-search-results-decoration {
input[type='search'] {
background: var(--prototype-i-search) no-repeat 12px center;
background-size: 28px;
padding-inline-start: 48px;
padding-inline-start: 24px;
}
//------------------------------------
......
......@@ -132,7 +132,7 @@
.ck-content input[type=search] {
background: var(--prototype-i-search) no-repeat 12px center;
background-size: 28px;
padding-left: 48px;
padding-left: 24px;
}
.ck-content .form-type__checkbox, .ck-content .form-type__radio {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment