mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-17 14:30:33 +00:00
19 lines
No EOL
443 B
CSS
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*/ |