aboutsummaryrefslogtreecommitdiffstats
path: root/vnfmarket/src/main/webapp/common/thirdparty/angular-material/modules/closure/card/card.css
diff options
context:
space:
mode:
Diffstat (limited to 'vnfmarket/src/main/webapp/common/thirdparty/angular-material/modules/closure/card/card.css')
-rw-r--r--vnfmarket/src/main/webapp/common/thirdparty/angular-material/modules/closure/card/card.css202
1 files changed, 202 insertions, 0 deletions
diff --git a/vnfmarket/src/main/webapp/common/thirdparty/angular-material/modules/closure/card/card.css b/vnfmarket/src/main/webapp/common/thirdparty/angular-material/modules/closure/card/card.css
new file mode 100644
index 00000000..28827aa5
--- /dev/null
+++ b/vnfmarket/src/main/webapp/common/thirdparty/angular-material/modules/closure/card/card.css
@@ -0,0 +1,202 @@
+/*!
+ * Angular Material Design
+ * https://github.com/angular/material
+ * @license MIT
+ * v1.1.3
+ */
+md-card {
+ box-sizing: border-box;
+ display: -webkit-box;
+ display: -webkit-flex;
+ display: flex;
+ -webkit-box-orient: vertical;
+ -webkit-box-direction: normal;
+ -webkit-flex-direction: column;
+ flex-direction: column;
+ margin: 8px;
+ box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12); }
+ md-card md-card-header {
+ padding: 16px;
+ display: -webkit-box;
+ display: -webkit-flex;
+ display: flex;
+ -webkit-box-orient: horizontal;
+ -webkit-box-direction: normal;
+ -webkit-flex-direction: row;
+ flex-direction: row; }
+ md-card md-card-header:first-child md-card-avatar {
+ margin-right: 12px; }
+ [dir=rtl] md-card md-card-header:first-child md-card-avatar {
+ margin-right: auto;
+ margin-left: 12px; }
+ md-card md-card-header:last-child md-card-avatar {
+ margin-left: 12px; }
+ [dir=rtl] md-card md-card-header:last-child md-card-avatar {
+ margin-left: auto;
+ margin-right: 12px; }
+ md-card md-card-header md-card-avatar {
+ width: 40px;
+ height: 40px; }
+ md-card md-card-header md-card-avatar .md-user-avatar,
+ md-card md-card-header md-card-avatar md-icon {
+ border-radius: 50%; }
+ md-card md-card-header md-card-avatar md-icon {
+ padding: 8px; }
+ md-card md-card-header md-card-avatar md-icon > svg {
+ height: inherit;
+ width: inherit; }
+ md-card md-card-header md-card-avatar + md-card-header-text {
+ max-height: 40px; }
+ md-card md-card-header md-card-avatar + md-card-header-text .md-title {
+ font-size: 14px; }
+ md-card md-card-header md-card-header-text {
+ display: -webkit-box;
+ display: -webkit-flex;
+ display: flex;
+ -webkit-box-flex: 1;
+ -webkit-flex: 1;
+ flex: 1;
+ -webkit-box-orient: vertical;
+ -webkit-box-direction: normal;
+ -webkit-flex-direction: column;
+ flex-direction: column; }
+ md-card md-card-header md-card-header-text .md-subhead {
+ font-size: 14px; }
+ md-card > img,
+ md-card > md-card-header img,
+ md-card md-card-title-media img {
+ box-sizing: border-box;
+ display: -webkit-box;
+ display: -webkit-flex;
+ display: flex;
+ -webkit-box-flex: 0;
+ -webkit-flex: 0 0 auto;
+ flex: 0 0 auto;
+ width: 100%;
+ height: auto; }
+ md-card md-card-title {
+ padding: 24px 16px 16px;
+ display: -webkit-box;
+ display: -webkit-flex;
+ display: flex;
+ -webkit-box-flex: 1;
+ -webkit-flex: 1 1 auto;
+ flex: 1 1 auto;
+ -webkit-box-orient: horizontal;
+ -webkit-box-direction: normal;
+ -webkit-flex-direction: row;
+ flex-direction: row; }
+ md-card md-card-title + md-card-content {
+ padding-top: 0; }
+ md-card md-card-title md-card-title-text {
+ -webkit-box-flex: 1;
+ -webkit-flex: 1;
+ flex: 1;
+ -webkit-box-orient: vertical;
+ -webkit-box-direction: normal;
+ -webkit-flex-direction: column;
+ flex-direction: column;
+ display: -webkit-box;
+ display: -webkit-flex;
+ display: flex; }
+ md-card md-card-title md-card-title-text .md-subhead {
+ padding-top: 0;
+ font-size: 14px; }
+ md-card md-card-title md-card-title-text:only-child .md-subhead {
+ padding-top: 12px; }
+ md-card md-card-title md-card-title-media {
+ margin-top: -8px; }
+ md-card md-card-title md-card-title-media .md-media-sm {
+ height: 80px;
+ width: 80px; }
+ md-card md-card-title md-card-title-media .md-media-md {
+ height: 112px;
+ width: 112px; }
+ md-card md-card-title md-card-title-media .md-media-lg {
+ height: 152px;
+ width: 152px; }
+ md-card md-card-content {
+ display: block;
+ padding: 16px; }
+ md-card md-card-content > p:first-child {
+ margin-top: 0; }
+ md-card md-card-content > p:last-child {
+ margin-bottom: 0; }
+ md-card md-card-content .md-media-xl {
+ height: 240px;
+ width: 240px; }
+ md-card .md-actions, md-card md-card-actions {
+ margin: 8px; }
+ md-card .md-actions.layout-column .md-button:not(.md-icon-button), md-card md-card-actions.layout-column .md-button:not(.md-icon-button) {
+ margin: 2px 0; }
+ md-card .md-actions.layout-column .md-button:not(.md-icon-button):first-of-type, md-card md-card-actions.layout-column .md-button:not(.md-icon-button):first-of-type {
+ margin-top: 0; }
+ md-card .md-actions.layout-column .md-button:not(.md-icon-button):last-of-type, md-card md-card-actions.layout-column .md-button:not(.md-icon-button):last-of-type {
+ margin-bottom: 0; }
+ md-card .md-actions.layout-column .md-button.md-icon-button, md-card md-card-actions.layout-column .md-button.md-icon-button {
+ margin-top: 6px;
+ margin-bottom: 6px; }
+ md-card .md-actions md-card-icon-actions, md-card md-card-actions md-card-icon-actions {
+ -webkit-box-flex: 1;
+ -webkit-flex: 1;
+ flex: 1;
+ -webkit-box-pack: start;
+ -webkit-justify-content: flex-start;
+ justify-content: flex-start;
+ display: -webkit-box;
+ display: -webkit-flex;
+ display: flex;
+ -webkit-box-orient: horizontal;
+ -webkit-box-direction: normal;
+ -webkit-flex-direction: row;
+ flex-direction: row; }
+ md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button), md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button) {
+ margin: 0 4px; }
+ md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type, md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type {
+ margin-left: 0; }
+ [dir=rtl] md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type, [dir=rtl] md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):first-of-type {
+ margin-left: auto;
+ margin-right: 0; }
+ md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type, md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type {
+ margin-right: 0; }
+ [dir=rtl] md-card .md-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type, [dir=rtl] md-card md-card-actions:not(.layout-column) .md-button:not(.md-icon-button):last-of-type {
+ margin-right: auto;
+ margin-left: 0; }
+ md-card .md-actions:not(.layout-column) .md-button.md-icon-button, md-card md-card-actions:not(.layout-column) .md-button.md-icon-button {
+ margin-left: 6px;
+ margin-right: 6px; }
+ md-card .md-actions:not(.layout-column) .md-button.md-icon-button:first-of-type, md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type {
+ margin-left: 12px; }
+ [dir=rtl] md-card .md-actions:not(.layout-column) .md-button.md-icon-button:first-of-type, [dir=rtl] md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:first-of-type {
+ margin-left: auto;
+ margin-right: 12px; }
+ md-card .md-actions:not(.layout-column) .md-button.md-icon-button:last-of-type, md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type {
+ margin-right: 12px; }
+ [dir=rtl] md-card .md-actions:not(.layout-column) .md-button.md-icon-button:last-of-type, [dir=rtl] md-card md-card-actions:not(.layout-column) .md-button.md-icon-button:last-of-type {
+ margin-right: auto;
+ margin-left: 12px; }
+ md-card .md-actions:not(.layout-column) .md-button + md-card-icon-actions, md-card md-card-actions:not(.layout-column) .md-button + md-card-icon-actions {
+ -webkit-box-flex: 1;
+ -webkit-flex: 1;
+ flex: 1;
+ -webkit-box-pack: end;
+ -webkit-justify-content: flex-end;
+ justify-content: flex-end;
+ display: -webkit-box;
+ display: -webkit-flex;
+ display: flex;
+ -webkit-box-orient: horizontal;
+ -webkit-box-direction: normal;
+ -webkit-flex-direction: row;
+ flex-direction: row; }
+ md-card md-card-footer {
+ margin-top: auto;
+ padding: 16px; }
+
+@media screen and (-ms-high-contrast: active) {
+ md-card {
+ border: 1px solid #fff; } }
+
+.md-image-no-fill > img {
+ width: auto;
+ height: auto; }