vue-material/dist/components/mdSubheader/index.css
Thomas Bolander ee8ec4b229 Revert "Added name attribute"
This reverts commit 6fb97768c1.
2017-06-20 10:53:59 +02:00

19 lines
No EOL
443 B
CSS

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-subheader {
min-height: 48px;
padding: 0 16px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
color: rgba(0, 0, 0, 0.54);
font-size: 14px;
font-weight: 500;
}
/*# sourceMappingURL=index.css.map*/