Sha256: 1b6f8d544bcf88cc9ab06c39228cb3f7273617f15ef582c500053edb3b9b164f
Contents?: true
Size: 1.65 KB
Versions: 1
Compression:
Stored size: 1.65 KB
Contents
.price_form { border: 1px solid #dbdbdb; display: inline-block; width: 100%; padding: 0 1em; box-sizing: border-box; .new_order_item { .new_order_title { position: relative; span { margin-top: -1.4em; display: inline-block; } } .new_order_title:after { content: ""; display: block; right: 10px; position: absolute; top: 4px; height: 0px; width: 0px; border: 15px solid transparent; border-top-color: #5d5d5d; border-bottom: 0; } &.closed { .new_order_title { &:after { top: -1px; height: 0px; width: 0px; border: 15px solid transparent; border-left-color: #5d5d5d; border-right: 0; } } } .field_item { margin: 10px 0; &.field_submit { text-align: right; } .button { display: inline-block; vertical-align: middle; border-width: 2px; border-radius: 4px; transition: all .2s ease-in-out; text-shadow: none; &.reset_params { background: #f5f5f5; border: #dbdbdb 1px solid; color: #5d5757; margin-right: 30px; min-width: 100px; &:hover { box-shadow: none; background: #5d5757; color: #fff; border-color: #5d5757; } } &.submit_params { min-width: 200px; background: #0aab0a; border: #069406 1px solid; color: #fff; &:hover { background: #2f690d; } } } } } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
translation_cms-0.1.5 | app/assets/stylesheets/sunrise/manage_sample.scss |