36 lines
679 B
SCSS
36 lines
679 B
SCSS
vn-production-index {
|
|
flex: 1;
|
|
|
|
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;
|
|
}
|
|
.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;
|
|
}
|
|
}
|
|
} |