Sha256: 578274436b8d275202fed843da053c260f27acbf979cac9ac36a6afe098df6a4
Contents?: true
Size: 949 Bytes
Versions: 1
Compression:
Stored size: 949 Bytes
Contents
.thredded--currently-online { background-color: $thredded-base-border-color; bottom: -1.25rem; padding: $thredded-base-spacing; position: fixed; right: 0; width: 16.25rem; // 260px z-index: 10; @include thredded-media-mobile { display: none; } &.thredded--is-expanded { bottom: 0; position: fixed; right: 0; } &--title { @extend %thredded--heading; margin-bottom: $thredded-base-spacing; } &--avatar { background-color: $thredded-text-color; border-radius: 50%; display: inline-block; height: 1.75rem; margin-right: $thredded-small-spacing; vertical-align: middle; width: 1.75rem; } &--user { padding: $thredded-small-spacing 0; } &--users { @extend %thredded--list-unstyled; height: 0; visibility: hidden; } &.thredded--is-expanded &--users { height: auto; visibility: visible; } @media print { display: none; } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
thredded-0.10.0 | app/assets/stylesheets/thredded/components/_currently-online.scss |