Sha256: 08c20dad397491f3d14a5852094c08ee2848466efa367a42e2d6c8cd30f5fdcc
Contents?: true
Size: 972 Bytes
Versions: 39
Compression:
Stored size: 972 Bytes
Contents
.mu-user-avatar-container { text-align: center; white-space: nowrap; } .mu-user-avatar { width: 250px; height: 250px; border: 2px solid $mu-color-dark-separator; border-radius: 50%; padding: 2px; } .mu-edit-avatar { position: relative; top: 100px; right: 15px; &:hover { outline: none; opacity: 0.5; } &:focus { outline: none; opacity: 0.5; } } .mu-avatar-list { display: flex; align-items: center; justify-content: space-evenly; flex-wrap: wrap; padding: 15px; } .mu-avatar-item { width: 150px; height: 150px; border: 2px solid $mu-color-dark-separator; padding: 2px; margin: 10px; cursor: pointer; &:hover { box-shadow: -3px 3px 10px -3px $mu-color-primary; transform: scale(1.025); } &:focus { outline: none; box-shadow: -3px 3px 10px -3px $mu-color-primary; transform: scale(1.025); } &.mu-locked { filter: grayscale(100%); cursor: default; } }
Version data entries
39 entries across 39 versions & 1 rubygems