1 line
3.1 KiB
CSS
1 line
3.1 KiB
CSS
.array-editor{-ms-flex-direction:column;flex-direction:column;margin:0;font-family:inherit;font-size:1.2rem;background:#fff;border:1px solid #e0e0e0;border-radius:4px}.array-editor,.array-editor>.line{display:-ms-flexbox;display:flex}.array-editor>.line{position:relative}.array-editor>.line:nth-child(2n)>.line-label{background:#f5f5f5}.array-editor>.line>.line-number{line-height:2.5rem;width:5rem;display:block;border-right:1px solid #e0e0e0;text-align:right;padding:0 .5rem;background:#f5f5f5;color:#6f7070}.array-editor>.line>.line-label{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;padding:0 1.5rem;line-height:2.5rem;-ms-flex-align:center;align-items:center;font-weight:400}.array-editor>.line>.line-label>.line-prefix{line-height:2.5rem!important}.array-editor>.line>.line-label>.line-input{border-radius:0;border-width:0;-ms-flex:1;flex:1;height:2.5rem!important;padding:0;background:transparent;line-height:2.5rem!important}.array-editor>.line>.line-delete-icon{position:absolute;z-index:1;right:.5rem;top:.5rem}.obj-editor{margin:0;font-family:inherit;font-size:1.2rem;background:#fff;border:1px solid #e0e0e0;border-radius:4px}.obj-editor .line{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;border-radius:4px;height:2.5rem}.obj-editor .line>.line-number{line-height:2.5rem;width:5rem;display:block;border-right:1px solid #e0e0e0;text-align:right;padding:0 .5rem;background:#f5f5f5;color:#6f7070}.obj-editor .line .line-input{border-radius:0;border-width:0;-ms-flex:1;flex:1;background:transparent;height:2.5rem}.obj-editor .line:nth-child(2n){background:#f5f5f5}.obj-editor .line .line-delete-icon{margin-right:.5rem}.processes-editor{display:grid;grid-template-columns:1fr 1fr -webkit-min-content;grid-template-columns:1fr 1fr min-content;grid-template-rows:30px 35px}.processes-editor>.inputGroup{min-width:20px}.processes-editor>.inputGroup input[type=text]{padding-right:0}.processes-editor>.inputGroup:not(:first-of-type) input[type=text]{border-top-left-radius:0;border-bottom-left-radius:0}.processes-editor>.inputGroup:not(:last-of-type) input[type=text]{border-top-right-radius:0;border-bottom-right-radius:0}html.vue-app .pos\:a\:0{top:0;left:0;right:0;bottom:0}.targets-editor .obj{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;border:1px solid #e0e0e0;border-radius:4px;margin-bottom:1rem;position:relative}.targets-editor .obj .line-close-btn{position:absolute;right:-5px;top:-10px}.targets-editor .obj .line-edit{height:2.5rem;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.targets-editor .obj .line-edit>span{min-width:7.5rem;border-right:1px solid #e0e0e0;text-align:right;background:#f5f5f5;color:#6f7070;display:block;line-height:2.5rem;font-weight:600;padding:0 .5rem}.targets-editor .obj .line-edit input.input[type=text]{height:2.5rem!important;border-radius:0;-ms-flex:1;flex:1;border-width:0}.targets-editor .obj .line-edit.id-edit .input{font-weight:600}.targets-editor .obj .obj-line{padding-left:10%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column} |