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

29 lines
565 B
SCSS
Raw Normal View History

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