Sha256: ccc2ffb707a0f164c9b29859a8d03c3a13cde8a9e73d86f1f71143adee6dd2b0
Contents?: true
Size: 756 Bytes
Versions: 8
Compression:
Stored size: 756 Bytes
Contents
/* *=require formily/editor/inputs_list *=require formily/editor/inputs_group_list */ .ff-editor-container { display: block; background-color: #ffffff; margin: 0 0 10px 0; text-align: center; .ff-input-modal { display: none; width: 100%; height: 100%; margin: 0; padding: 0; background-color: #fff; } ul.ff-input-group { background-color: #ffffff; margin-top: 20px; } ul.ff-input-group:after { display: block; height: 0; content: ''; clear: both; } .left { float: left; } .right { float: right; } .ff-delete-input { text-decoration: none; } fieldset.ff-editor-inputs { border: none; } fieldset.ff-editor-inputs input { display: block; } }
Version data entries
8 entries across 8 versions & 1 rubygems