mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-29 08:34:30 +01:00
13 lines
221 B
CSS
13 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; }
|