29 lines
565 B
SCSS
29 lines
565 B
SCSS
vn-production-index {
|
|
button {
|
|
height: 20px;
|
|
padding: 0 6px;
|
|
}
|
|
.icon-square{
|
|
height: 36px;
|
|
}
|
|
.list-header{
|
|
border-bottom: 3px solid #9D9D9D;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.list-footer{
|
|
border-top: 3px solid #9D9D9D;
|
|
font-weight: bold;
|
|
}
|
|
.list > vn-one, .list > [vn-one], .list > [vn-two], .list > vn-two{
|
|
text-align: center;
|
|
}
|
|
.list-body{
|
|
padding: 4px 0px;
|
|
border-bottom: 1px solid #9D9D9D;
|
|
|
|
i {
|
|
color: #ffa410;
|
|
}
|
|
}
|
|
} |