Sha256: 89b76860810f62352ace4467d5b0e6951fda7d1b2d1d9ecf2633f26ffccbee6a
Contents?: true
Size: 1.28 KB
Versions: 2
Compression:
Stored size: 1.28 KB
Contents
/* Nested Forms ------------------------------------------- */ .nested-forms { & > .label { margin-bottom : .25em; } & > ul { margin : 0; padding : 0; } & > ul > li { @include position(relative); list-style-type : none; margin-top : 1em; border : 1px solid $formagic-border-color; &:first-child { margin-top : 0; } } & > ul > li > .icon-reorder { z-index : 1; left : 0; top : 1em; } & > ul li.reorderable { background-color : white; & > .form-input:first-of-type { padding-left : 2.4em; } } } .nested-form-new { margin-top : .75em; font-size : .9em; display : inline-block; color : $formagic-positive-color; &:hover { opacity : .5; } } .nested-form-delete { @include position(absolute, .35em .3em null null); @include hide-text; background-color : rgba(0,0,0,.05); border-radius : 1em; z-index : 1; height : 1.5em; width : 1.5em; &:before { @include position(absolute, null 7px null null); line-height : 1.35em; content : '\00d7'; color : $formagic-label-color; } &:hover { background-color : $formagic-positive-color; &:before { color : white; } } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
formagic-0.2.9 | app/assets/stylesheets/formagic/nested-form.scss |
formagic-0.2.8 | app/assets/stylesheets/formagic/nested-form.scss |