[PORTAL-7] Rebase
[portal.git] / ecomp-portal-FE / client / bower_components / angular-material / modules / js / divider / divider.css
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/divider/divider.css b/ecomp-portal-FE/client/bower_components/angular-material/modules/js/divider/divider.css
deleted file mode 100644 (file)
index 270c06b..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-/*!
- * Angular Material Design
- * https://github.com/angular/material
- * @license MIT
- * v0.9.8
- */
-/* mixin definition ; sets LTR and RTL within the same style call */
-md-divider {
-  display: block;
-  border-top-width: 1px;
-  border-top-style: solid;
-  margin: 0; }
-  md-divider[md-inset] {
-    margin-left: 80px; }