Updates packages. Split CSS in Sass files (#4135)
This commit is contained in:
parent
8b61189f85
commit
20a094c434
10 changed files with 3137 additions and 2395 deletions
42
src/sass/search.scss
Normal file
42
src/sass/search.scss
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
/*//////////////////////////// SEARCH INPUT ////////////////////////////*/
|
||||
|
||||
.searchBar {
|
||||
display: table;
|
||||
.columns {
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
float: none;
|
||||
}
|
||||
[class*="column"] + [class*="column"]:last-child {
|
||||
float: none;
|
||||
}
|
||||
form {
|
||||
margin-left: 20px;
|
||||
}
|
||||
input {
|
||||
margin-bottom: auto;
|
||||
border-bottom: 0px solid #E9EDF0;
|
||||
padding-left: 8px;
|
||||
}
|
||||
i {
|
||||
position: absolute;
|
||||
padding: 8px 0 8px 8px;
|
||||
}
|
||||
.small-11 {
|
||||
padding-right: 5px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
.small-1 {
|
||||
padding-left: 2px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
}
|
||||
|
||||
.searchLabel {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
background-color: rgba(0, 0, 0, 0.02);
|
||||
border-radius: 10px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue