Sha256: 0db2f8b8a610337182daf393046c88e9ef7489841d083a0528cc2bed6cd14ef6
Contents?: true
Size: 625 Bytes
Versions: 15
Compression:
Stored size: 625 Bytes
Contents
.v-avatar { margin-left: 0; width: 40px; height: 40px; border-radius: 50%; color: white; align-items: center; justify-content: center; display: inline-flex; flex-shrink: 0; } .v-card-media { .v-avatar { background-color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38)); margin-right: 8px; margin: 8px; } .v-avatar + .v-card-title { margin-top: 8px; } } .v-avatar-position-left { float:left; } .v-avatar-position-top { position: absolute; top: 0; } .v-avatar-position-right { float:right; } .v-avatar-position-bottom { position: absolute; bottom: 0; }
Version data entries
15 entries across 15 versions & 1 rubygems