Sha256: 7a8eb9d431282989eed591ce146ef9f2cdd1ea64913a1a2d1a9ab10eb4814de9
Contents?: true
Size: 798 Bytes
Versions: 5
Compression:
Stored size: 798 Bytes
Contents
.resource_info { .value { position: relative; @include clearfix; > label { @include form-label; } > p { @include form-value-display; @include truncate($form-right-width); } &.with-icon { > p { white-space: nowrap; padding-right: 40px; } } } .icon_button--right { display: flex; align-items: center; justify-content: center; position: absolute; right: 0; top: var(--spacing-1); height: $form-field-height; background-color: var(--color-grey_light); padding: 0 var(--spacing-2); transition: background-color 0.3s; @extend .right-rounded-border; &:hover { cursor: pointer; background-color: hsl(0deg, 0%, 84%); text-decoration: none; } } }
Version data entries
5 entries across 5 versions & 1 rubygems