mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-12 09:13:11 +00:00
13 lines
223 B
SCSS
13 lines
223 B
SCSS
|
|
@import '../../core/variables.scss';
|
||
|
|
|
||
|
|
.md-subheader {
|
||
|
|
min-height: 48px;
|
||
|
|
padding: 0 16px;
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
flex-flow: row wrap;
|
||
|
|
color: rgba(#000, .54);
|
||
|
|
font-size: 14px;
|
||
|
|
font-weight: 500;
|
||
|
|
}
|