Fix styling of search-field
This commit is contained in:
@@ -3,15 +3,14 @@
|
||||
width: 600px;
|
||||
height: 50px;
|
||||
position: relative;
|
||||
left: 20px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
|
||||
&__field {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
//padding: 10px 120px 10px 20px;
|
||||
padding-left: 20px;
|
||||
box-sizing: border-box;
|
||||
padding: 10px 120px 10px 20px;
|
||||
background: #3A444A;
|
||||
display: block;
|
||||
border: none;
|
||||
@@ -71,4 +70,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user