summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/angular-material/modules/js/card
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-FE/client/bower_components/angular-material/modules/js/card')
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/bower.json7
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/card-default-theme.css12
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/card-default-theme.min.css6
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/card.css34
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/card.js85
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/card.min.css6
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/card.min.js7
7 files changed, 0 insertions, 157 deletions
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/bower.json b/ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/bower.json
deleted file mode 100644
index ccd35586..00000000
--- a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/bower.json
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- "name": "angular-material-card",
- "version": "0.9.8",
- "dependencies": {
- "angular-material-core": "0.9.8"
- }
-} \ No newline at end of file
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/card-default-theme.css b/ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/card-default-theme.css
deleted file mode 100644
index 02f7b56f..00000000
--- a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/card-default-theme.css
+++ /dev/null
@@ -1,12 +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-card.md-THEME_NAME-theme {
- background-color: '{{background-color}}';
- border-radius: 2px; }
- md-card.md-THEME_NAME-theme .md-card-image {
- border-radius: 2px 2px 0 0; }
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/card-default-theme.min.css b/ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/card-default-theme.min.css
deleted file mode 100644
index 8efbd14e..00000000
--- a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/card-default-theme.min.css
+++ /dev/null
@@ -1,6 +0,0 @@
-/*!
- * Angular Material Design
- * https://github.com/angular/material
- * @license MIT
- * v0.9.8
- */md-card.md-THEME_NAME-theme{background-color:'{{background-color}}';border-radius:2px}md-card.md-THEME_NAME-theme .md-card-image{border-radius:2px 2px 0 0} \ No newline at end of file
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/card.css b/ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/card.css
deleted file mode 100644
index 7c201992..00000000
--- a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/card.css
+++ /dev/null
@@ -1,34 +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-card {
- box-sizing: border-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-flex-direction: column;
- -ms-flex-direction: column;
- flex-direction: column;
- margin: 8px;
- box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.14), 0px 2px 2px 0px rgba(0, 0, 0, 0.098), 0px 1px 5px 0px rgba(0, 0, 0, 0.084); }
- md-card > img, md-card > :not(md-card-content) img {
- width: 100%; }
- md-card md-card-content {
- padding: 16px; }
- md-card .md-actions {
- margin: 0; }
- md-card .md-actions .md-button {
- margin-bottom: 8px;
- margin-top: 8px;
- margin-right: 4px;
- margin-left: 4px; }
- md-card md-card-footer {
- padding: 16px; }
-
-@media screen and (-ms-high-contrast: active) {
- md-card {
- border: 1px solid #fff; } }
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/card.js b/ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/card.js
deleted file mode 100644
index 7f0298a0..00000000
--- a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/card.js
+++ /dev/null
@@ -1,85 +0,0 @@
-/*!
- * Angular Material Design
- * https://github.com/angular/material
- * @license MIT
- * v0.9.8
- */
-(function( window, angular, undefined ){
-"use strict";
-
-/**
- * @ngdoc module
- * @name material.components.card
- *
- * @description
- * Card components.
- */
-angular.module('material.components.card', [
- 'material.core'
-])
- .directive('mdCard', mdCardDirective);
-
-
-
-/**
- * @ngdoc directive
- * @name mdCard
- * @module material.components.card
- *
- * @restrict E
- *
- * @description
- * The `<md-card>` directive is a container element used within `<md-content>` containers.
- *
- * An image included as a direct descendant will fill the card's width, while the `<md-card-content>`
- * container will wrap text content and provide padding. An `<md-card-footer>` element can be
- * optionally included to put content flush against the bottom edge of the card.
- *
- * Action buttons can be included in an element with the `.md-actions` class, also used in `md-dialog`.
- * You can then position buttons using layout attributes.
- *
- * Cards have constant width and variable heights; where the maximum height is limited to what can
- * fit within a single view on a platform, but it can temporarily expand as needed.
- *
- * @usage
- * ###Card with optional footer
- * <hljs lang="html">
- * <md-card>
- * <img src="card-image.png" class="md-card-image" alt="image caption">
- * <md-card-content>
- * <h2>Card headline</h2>
- * <p>Card content</p>
- * </md-card-content>
- * <md-card-footer>
- * Card footer
- * </md-card-footer>
- * </md-card>
- * </hljs>
- *
- * ###Card with actions
- * <hljs lang="html">
- * <md-card>
- * <img src="card-image.png" class="md-card-image" alt="image caption">
- * <md-card-content>
- * <h2>Card headline</h2>
- * <p>Card content</p>
- * </md-card-content>
- * <div class="md-actions" layout="row" layout-align="end center">
- * <md-button>Action 1</md-button>
- * <md-button>Action 2</md-button>
- * </div>
- * </md-card>
- * </hljs>
- *
- */
-function mdCardDirective($mdTheming) {
- return {
- restrict: 'E',
- link: function($scope, $element, $attr) {
- $mdTheming($element);
- }
- };
-}
-mdCardDirective.$inject = ["$mdTheming"];
-
-})(window, window.angular); \ No newline at end of file
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/card.min.css b/ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/card.min.css
deleted file mode 100644
index 06a2c819..00000000
--- a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/card.min.css
+++ /dev/null
@@ -1,6 +0,0 @@
-/*!
- * Angular Material Design
- * https://github.com/angular/material
- * @license MIT
- * v0.9.8
- */md-card{box-sizing:border-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin:8px;box-shadow:0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.098),0 1px 5px 0 rgba(0,0,0,.084)}md-card>:not(md-card-content) img,md-card>img{width:100%}md-card md-card-content{padding:16px}md-card .md-actions{margin:0}md-card .md-actions .md-button{margin:8px 4px}md-card md-card-footer{padding:16px}@media screen and (-ms-high-contrast:active){md-card{border:1px solid #fff}} \ No newline at end of file
diff --git a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/card.min.js b/ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/card.min.js
deleted file mode 100644
index 51e21f59..00000000
--- a/ecomp-portal-FE/client/bower_components/angular-material/modules/js/card/card.min.js
+++ /dev/null
@@ -1,7 +0,0 @@
-/*!
- * Angular Material Design
- * https://github.com/angular/material
- * @license MIT
- * v0.9.8
- */
-!function(n,i,t){"use strict";function e(n){return{restrict:"E",link:function(i,t,e){n(t)}}}i.module("material.components.card",["material.core"]).directive("mdCard",e),e.$inject=["$mdTheming"]}(window,window.angular); \ No newline at end of file