From b54df0ddd0c6a0372327c5aa3668e5a6458fcd64 Mon Sep 17 00:00:00 2001 From: st782s Date: Thu, 4 May 2017 07:48:42 -0400 Subject: [PORTAL-7] Rebase This rebasing includes common libraries and common overlays projects abstraction of components Change-Id: I9a24a338665c7cd058978e8636bc412d9e2fdce8 Signed-off-by: st782s --- .../angular-material/modules/closure/icon/icon.css | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 ecomp-portal-FE/client/bower_components/angular-material/modules/closure/icon/icon.css (limited to 'ecomp-portal-FE/client/bower_components/angular-material/modules/closure/icon/icon.css') diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/icon/icon.css b/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/icon/icon.css deleted file mode 100644 index c55add2c..00000000 --- a/ecomp-portal-FE/client/bower_components/angular-material/modules/closure/icon/icon.css +++ /dev/null @@ -1,20 +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-icon { - margin: auto; - background-repeat: no-repeat no-repeat; - display: inline-block; - vertical-align: middle; - fill: currentColor; - height: 24px; - width: 24px; } - md-icon svg { - pointer-events: none; } - md-icon[md-font-icon] { - line-height: 1; - width: auto; } -- cgit 1.2.3-korg