Sha256: 5eb6fda09747a6de38ef1130b9e985274a0d579d3ba0510df8f3bb5a40b6e3f5
Contents?: true
Size: 1.82 KB
Versions: 7
Compression:
Stored size: 1.82 KB
Contents
// Fix foundation .formily { .button { &:focus, &:active { outline: none; } } ul#formily_sortable_inputs, ul.ff-inputs-group-list { list-style: none; padding: 0; margin: 0; } li.panel { padding: 6px; margin-bottom: 5px; } .ff-input-handle { &:hover { cursor: move; } } .ff-input-container { &[data-html-tag="fieldset"] { margin-bottom: 10px; } .button { padding: 4px; margin: 0; } } #formily_modal { section { display: none; } } ul.errors { background-color: #f2dede; //border-color: #ebcccc; border-radius: .25rem; border: 1px solid transparent; color: #a94442; font-size: 14px; list-style: none; margin-bottom: 1rem; padding: 15px; } .has-errors { color: #a94442; input { border-color: #a94442; } textarea { border-color: #a94442; } } .hidden { display: none; } } .btn-fix { .button { margin-bottom: 0; } } table.forms { width: 100%; .button { margin: 0; } td.icon { width: 20px; } a.response { color: #008CBA; } a.response:hover { color: #0078a0; background-color: #fff; } } .formily-spinner { position: absolute; display: none; bottom: 128px; left: 50%; margin: 0 0 0 -60px; height: 128px; width: 120px; z-index: 20; background-image: url(image-path('formily_spin.gif')); } table tbody tr.deleted { background-color: #c3c3c3; } span.ff-icon-plus { color: #008533; cursor: pointer; } span.ff-icon-trash-empty { position: relative; cursor: pointer; color: red; } .panel.warning { border-color: #f08a24; } .panel.blue { border-color: #008CBA; } .label-l-text { font-size: 1rem; } label, legend { word-wrap: break-word; word-break: break-all; }
Version data entries
7 entries across 7 versions & 1 rubygems