mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-01 03:22:43 +00:00
10 lines
150 B
SCSS
10 lines
150 B
SCSS
md-divider {
|
|
display: block;
|
|
border-top: 1px solid;
|
|
margin: 0;
|
|
|
|
&[md-inset] {
|
|
margin-left: $baseline-grid * 9; // fix for vs-repeat
|
|
}
|
|
}
|