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

26 lines
473 B
SCSS
Raw Normal View History

2017-06-07 13:03:12 +00:00
vn-production-index {
button {
height: 20px;
padding: 0 6px;
}
.list-header{
border-bottom: 3px solid #9D9D9D;
font-weight: bold;
}
.list-footer{
border-top: 3px solid #9D9D9D;
font-weight: bold;
}
.list > vn-one{
text-align: center;
}
.list > [vn-one]{
text-align: center;
}
.list-body{
padding: 4px 0px;
border-bottom: 1px solid #9D9D9D;
}
}