mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-16 15:41:11 +01:00
12 lines
221 B
CSS
12 lines
221 B
CSS
/*!
|
|
* Angular Material Design
|
|
* https://github.com/angular/material
|
|
* @license MIT
|
|
* v0.7.1
|
|
*/
|
|
md-divider {
|
|
display: block;
|
|
border-top: 1px solid;
|
|
margin: 0; }
|
|
md-divider[md-inset] {
|
|
margin-left: 80px; }
|