Sha256: 9eefb5ae6f6fbae1ea7015f360a54f4b987af9ab50055dfd004b6f8efd76340e
Contents?: true
Size: 788 Bytes
Versions: 135
Compression:
Stored size: 788 Bytes
Contents
.resource_info { .value { @include clearfix; position: relative; > 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 { position: absolute; right: 2*$default-padding; top: 2*$default-padding; height: $form-field-height; line-height: 25px; background-color: $medium-gray; margin: -$default-margin -2 * $default-margin; padding: 0 2*$default-padding; transition: background-color 0.3s; @extend .right-rounded-border; &:hover { cursor: pointer; background-color: darken($medium-gray, 10%); } } }
Version data entries
135 entries across 135 versions & 1 rubygems