mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-12 01:03:09 +00:00
14 lines
219 B
SCSS
14 lines
219 B
SCSS
@import '../../core/stylesheets/variables.scss';
|
|
|
|
.md-divider {
|
|
height: 1px;
|
|
margin: 0;
|
|
padding: 0;
|
|
display: block;
|
|
border: 0;
|
|
background-color: rgba(#000, .12);
|
|
|
|
&.md-inset {
|
|
margin-left: 72px;
|
|
}
|
|
}
|