nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / angular-material / modules / js / card / card.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-card {
9   box-sizing: border-box;
10   display: -webkit-flex;
11   display: -ms-flexbox;
12   display: flex;
13   -webkit-flex-direction: column;
14       -ms-flex-direction: column;
15           flex-direction: column;
16   margin: 8px;
17   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); }
18   md-card > img, md-card > :not(md-card-content) img {
19     width: 100%; }
20   md-card md-card-content {
21     padding: 16px; }
22   md-card .md-actions {
23     margin: 0; }
24     md-card .md-actions .md-button {
25       margin-bottom: 8px;
26       margin-top: 8px;
27       margin-right: 4px;
28       margin-left: 4px; }
29   md-card md-card-footer {
30     padding: 16px; }
31
32 @media screen and (-ms-high-contrast: active) {
33   md-card {
34     border: 1px solid #fff; } }