mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
17 lines
No EOL
347 B
CSS
17 lines
No EOL
347 B
CSS
/* Common */
|
|
/* Responsive Breakpoints */
|
|
/* Transitions - Based on Angular Material */
|
|
/* Elevation - Based on Angular Material */
|
|
.md-divider {
|
|
height: 1px;
|
|
margin: 0;
|
|
padding: 0;
|
|
display: block;
|
|
border: 0;
|
|
background-color: rgba(0, 0, 0, 0.12);
|
|
}
|
|
.md-divider.md-inset {
|
|
margin-left: 72px;
|
|
}
|
|
|
|
/*# sourceMappingURL=index.css.map*/ |