vue-material/src/components/mdTable/mdTable.scss

11 lines
192 B
SCSS
Raw Normal View History

2016-10-25 12:59:36 +00:00
@import '../../core/stylesheets/variables.scss';
.md-table {
2016-10-25 23:10:04 +00:00
display: flex;
flex-flow: column wrap;
font-size: 14px;
font-weight: 400;
letter-spacing: .01em;
line-height: 20px;
2016-10-25 12:59:36 +00:00
}