|
|
@@ -10246,8 +10246,11 @@ img {
|
|
|
justify-content: center;
|
|
|
align-content: center;
|
|
|
align-items: center;
|
|
|
- height: 30px;
|
|
|
- padding: 0 10px; }
|
|
|
+ /* height: 30px; */
|
|
|
+ padding: 5px 10px 10px;
|
|
|
+ position: absolute;
|
|
|
+ right: 0;
|
|
|
+ background: #3c434c; }
|
|
|
.header-search__inputcase {
|
|
|
position: relative; }
|
|
|
.header-search__inputcase--float {
|
|
|
@@ -10304,7 +10307,8 @@ img {
|
|
|
width: calc(100% - 24px);
|
|
|
color: #929292;
|
|
|
opacity: 1;
|
|
|
- font-size: 11px; }
|
|
|
+ font-size: 11px;
|
|
|
+ border: none; }
|
|
|
.header-search input::-webkit-input-placeholder, .header-search__input::-webkit-input-placeholder {
|
|
|
color: #929292;
|
|
|
opacity: 1; }
|