Sha256: 604688ab6f7029e631e7013f69370d8d1ff21fcb7ba422e43f95597a7aef4a0e
Contents?: true
Size: 1.38 KB
Versions: 20
Compression:
Stored size: 1.38 KB
Contents
.module-add-initiative-footer { position:absolute; bottom:0; left:0; padding:0 3px; @include box-sizing(border-box); text-align:left; width:100%; margin:0px; overflow:hidden; &.disabled .footer { pointer-events: none; label { @include opacity(.5); } .input-wrapper { @include opacity(.5); cursor: not-allowed; } button { @include opacity(.5); background: #c9d5e1; border-color: #a6b4c1; text-shadow: none; } } .footer { @include box-shadow(#ffffff 0 1px 0 inset); padding: 5px 0; border-top: 1px solid #e1e1e1; label { font-weight:100; color:#666666; text-shadow:1px 1px 0 #ffffff; margin-left:20px; } .input-wrapper { cursor: text; position:relative; display: inline-block; color: #555555; background: rgba(255, 255, 255, 0.75); @include border-radius(4px); border: 1px solid #CCCCCC; @include box-shadow(0 1px 1px rgba(0, 0, 0, 0.075) inset); .prefix { pointer-events: none; font-size: 12px; font-weight: normal; line-height: 1.5; height:28px; vertical-align: middle; padding: 5px 0 0 8px; display:inline-block; } input { font-size: 12px; font-weight: normal; background: transparent; padding-left: 0px; border:none; height:28px; @include box-shadow(none); min-width:250px; width:auto; display:inline-block; vertical-align: middle; } } button { margin-top: 0; margin-left: 2px; padding-top: 5px; padding-bottom: 5px; i { margin-right: 5px; } } } }
Version data entries
20 entries across 20 versions & 2 rubygems