Sha256: c59cd7080c9868129fc588f747c9307cc87e246c6a591262cf516e35716c288e
Contents?: true
Size: 768 Bytes
Versions: 1
Compression:
Stored size: 768 Bytes
Contents
@import "@material/card/mdc-card"; .v-card { position: relative; } .v-card-media { position: relative; } .v-card-content { padding: 10px 10px; } .v-card-title { padding: 10px 10px 0px 10px; } .v-card-title-position-left { position: absolute; left: 0; } .v-card-title-position-top { position: absolute; top: 0; } .v-card-title-position-right { position: absolute; right: 0; } .v-card-title-position-bottom { position: absolute; bottom: 0; } //.v-card-overflow-menu { // position: absolute; // right: 16px; // top: 16px; //} .v-card-media-image, .v-card-media-avatar { } .v-card__media-menu{ .v-button-icon-position-top { top: 8px; } } .v-card--actions { margin-right: 10px; margin-left: 10px; position: relative; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
voom-presenters-0.2.0 | views/mdc/assets/scss/components/card.scss |