26 lines
473 B
SCSS
26 lines
473 B
SCSS
|
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;
|
||
|
}
|
||
|
}
|