nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / angular-material / modules / js / divider / divider.css
1 /*!
2  * Angular Material Design
3  * https://github.com/angular/material
4  * @license MIT
5  * v0.9.8
6  */
7 /* mixin definition ; sets LTR and RTL within the same style call */
8 md-divider {
9   display: block;
10   border-top-width: 1px;
11   border-top-style: solid;
12   margin: 0; }
13   md-divider[md-inset] {
14     margin-left: 80px; }