salix/client/production/src/index/style.scss

36 lines
679 B
SCSS
Raw Normal View History

2017-06-07 13:03:12 +00:00
vn-production-index {
flex: 1;
2017-06-07 13:03:12 +00:00
button {
height: 20px;
padding: 0 6px;
}
vn-searchbar {
vn-icon{
padding-top: 20px;
}
vn-icon-button{
padding-top: 10px;
}
}
[pad-ten-top] {
padding-top: 10px;
}
2017-06-08 08:05:11 +00:00
.icon-square{
height: 36px;
}
.locator-header{
i{
cursor: pointer;
}
.moreFilters{
position: absolute;
z-index: 99;
background-color: white;
padding: 15px;
border: 1px solid #9D9D9D;
margin-top: 60px;
width: 600px;
}
}
2017-06-07 13:03:12 +00:00
}