Sha256: 24264e0c6dc4d799ae6b503c7dc0dba7f7f6f6d29b835f9780322b48e2b4e14d
Contents?: true
Size: 903 Bytes
Versions: 1
Compression:
Stored size: 903 Bytes
Contents
.vue-info { display: inline-block; position: relative; .vue-info-hint { @include align-items(center); @include display(inline-flex); @include justify-content(center); background: rgba($black, 0.55); border-radius: 100%; color: $white; cursor: pointer; font-weight: normal; height: 1.3em; width: 1.3em; &:hover ~ .vue-info-message { visibility: visible; } } .vue-info-message { background-color: rgba($black, 0.6); border-radius: 2px; color: $white; font-size: 13px; font-weight: normal; line-height: 22px; margin: 15px 10px 0 0; padding: 0 8px; position: absolute; top: 10px; visibility: hidden; width: 200px; &.left { left: auto; right: 10px; } &.top { bottom: 30px; top: auto; } &.bottom { bottom: auto; top: 10px; } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
codelation_ui-1.0.57 | app/assets/stylesheets/codelation_ui/std/info.scss |