Sha256: 894b67769ab2756d6f236f8482e087f7f44acc9df0aea7180d5f3a2164bf8196
Contents?: true
Size: 859 Bytes
Versions: 6
Compression:
Stored size: 859 Bytes
Contents
// @import "base-variables/_spacing.sass"; .avatar { &-smaller { width: 90px; height: 90px; object-fit: cover; &-thumb { width: 30px; height: 30px; object-fit: cover; } } &-small { width: 140px; height: 140px; object-fit: cover; &-thumb { width: 60px; height: 60px; object-fit: cover; } } &-base { width: 200px; height: 200px; object-fit: cover; &-thumb { width: 90px; height: 90px; object-fit: cover; } } &-large { width: 270px; height: 270px; object-fit: cover; &-thumb { width: 115px; height: 115px; object-fit: cover; } } &-larger { width: 420px; height: 420px; object-fit: cover; &-thumb { width: 197px; height: 197px; object-fit: cover; } } }
Version data entries
6 entries across 6 versions & 2 rubygems