Updates packages. Split CSS in Sass files (#4135)

This commit is contained in:
Gustavo Maximiliano Cortez 2016-04-28 08:27:01 -03:00
commit 20a094c434
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
10 changed files with 3137 additions and 2395 deletions

42
src/sass/search.scss Normal file
View 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;
}