{"version":3,"sources":["builder.scss","builder.css"],"names":[],"mappings":"AAAA;EACI,sBAAA;EACA,gBAAA;ACCJ;;ADCA;EACI,mBAAA;ACEJ;;ADAA;EACI,mBAAA;EACA,aAAA;ACGJ;ADFI;EACI,WAAA;EACA,WAAA;EACA,cAAA;ACIR;ADIA;EACI,YAAA;ACFJ;ADGI;EACI,cAAA;EACA,eAAA;EACA,eAAA;ACDR;ADEQ;EACI,UAAA;ACAZ;;ADOI;;;EACI,WAAA;EACA,WAAA;EACA,cAAA;ACFR;ADKQ;;;EACI,eAAA;EACA,iBAAA;ACDZ;ADGQ;;;EACI,WAAA;ACCZ;;ADGA;EACI,mBAAA;EACA,oBAAA;ACAJ;ADCI;EACI,UAAA;ACCR;ADEQ;EACI,WAAA;EACA,WAAA;EACA,cAAA;ACAZ;;ADIA;EACI,mBAAA;EACA,aAAA;ACDJ;ADEI;EACI,YAAA;ACAR;ADCQ;EACI,kBAAA;ACCZ;ADGQ;EACI,WAAA;EACA,WAAA;EACA,cAAA;ACDZ;;ADKA;EACI,gBAAA;EACA,aAAA;ACFJ;ADGI;EACI,YAAA;ACDR;ADEQ;EACI,kBAAA;ACAZ;ADIQ;EACI,WAAA;EACA,WAAA;EACA,cAAA;ACFZ;;ADMA;;;EAGI,cAAA;EACA,eAAA;EACA,eAAA;EACA,kBAAA;EACA,kBAAA;ACHJ;;ADKA;;;EAGI,UAAA;EACA,eAAA;ACFJ;;ADMA;EACI,WAAA;EACA,mBAAA;EACA,aAAA;EACA,UAAA;ACHJ;ADII;EACI,WAAA;EACA,WAAA;EACA,cAAA;ACFR;;ADOI;EACI,aAAA;ACJR;ADMI;EACI,UAAA;ACJR;ADKQ;EACI,UAAA;ACHZ;ADKQ;EACI,iBAAA;EACA,kBAAA;EACA,yBAAA;EACA,iBAAA;ACHZ;ADMI;EACI,YAAA;ACJR;ADKQ;EACI,WAAA;ACHZ;ADOQ;EACI,WAAA;EACA,WAAA;EACA,cAAA;ACLZ","file":"builder.css","sourcesContent":[".nf-condition {\n    border: 1px solid #aaa;\n    margin-top: 20px;\n}\n.nf-condition-label {\n    margin-bottom: 10px;\n}\n.nf-first-when-container {\n    background: #D3D3D3;\n    padding: 10px;\n    &::after {\n        clear: both;\n        content: \"\";\n        display: block;\n    }\n    .nf-select,\n    .nf-input {\n        input {\n        }\n    }\n}\n.nf-when-controls {\n    float: right;\n    .fa {\n        color: #2BAAE7;\n        cursor: pointer;\n        font-size: 22px;\n        &.nf-remove-condition {\n            color: red;\n        }\n    }\n}\n.nf-when-container,\n.nf-then-container,\n.nf-else-container {\n    &::after {\n        clear: both;\n        content: \"\";\n        display: block;\n    }\n    .nf-one-fourth {\n        .fa {\n            font-size: 22px;\n            padding-top: 15px;\n        }\n        &:first-child {\n            width: 7.5%;\n        }\n    }\n}\n.nf-when-container {\n    background: #D3D3D3;\n    padding: 0 10px 10px;\n    .nf-one-fourth {\n        width: 23%;\n    }\n    .nf-when {\n        &::after {\n            clear: both;\n            content: \"\";\n            display: block;\n        }\n    }\n}\n.nf-then-container {\n    background: #fefefe;\n    padding: 10px;\n    .nf-one-fourth {\n        width: 30.5%;\n        &:first-child {\n            padding-left: 12px;\n        }\n    }\n    .nf-then {\n        &::after {\n            clear: both;\n            content: \"\";\n            display: block;\n        }\n    }\n}\n.nf-else-container {\n    background: #ddd;\n    padding: 10px;\n    .nf-one-fourth {\n        width: 30.5%;\n        &:first-child {\n            padding-left: 12px;\n        }\n    }\n    .nf-else {\n        &::after {\n            clear: both;\n            content: \"\";\n            display: block;\n        }\n    }\n}\n.nf-add-when,\n.nf-add-then,\n.nf-add-else {\n    color: #2BAAE7;\n    cursor: pointer;\n    font-size: 22px;\n    margin-bottom: 5px;\n    padding-left: 12px;\n}\n.nf-remove-then,\n.nf-remove-else,\n.nf-remove-when {\n    color: red;\n    cursor: pointer;\n}\n\n\n.nf-one-fourth {\n    float: left;\n    margin-bottom: 15px;\n    padding: 0 2%;\n    width: 25%;\n    &::after {\n        clear: both;\n        content: \"\";\n        display: block;\n    }\n}\n\n.nf-condition.actions {\n    .nf-when-container {\n        padding: 20px;\n    }\n    .nf-one-third {\n        width: 40%;\n        &:nth-child(2) {\n            width: 20%;\n        }\n        &.action-when-label {\n            padding-top: 16px;\n            text-align: center;\n            text-transform: uppercase;\n            font-weight: bold;\n        }\n    }\n    .nf-one-fourth {\n        width: 30.8%;\n        &:first-child {\n            width: 7.5%;\n        }\n    }\n    .nf-when {\n        &::after {\n            clear: both;\n            content: \"\";\n            display: block;\n        }\n    }\n}\n",".nf-condition {\n  border: 1px solid #aaa;\n  margin-top: 20px;\n}\n\n.nf-condition-label {\n  margin-bottom: 10px;\n}\n\n.nf-first-when-container {\n  background: #D3D3D3;\n  padding: 10px;\n}\n.nf-first-when-container::after {\n  clear: both;\n  content: \"\";\n  display: block;\n}\n.nf-when-controls {\n  float: right;\n}\n.nf-when-controls .fa {\n  color: #2BAAE7;\n  cursor: pointer;\n  font-size: 22px;\n}\n.nf-when-controls .fa.nf-remove-condition {\n  color: red;\n}\n\n.nf-when-container::after,\n.nf-then-container::after,\n.nf-else-container::after {\n  clear: both;\n  content: \"\";\n  display: block;\n}\n.nf-when-container .nf-one-fourth .fa,\n.nf-then-container .nf-one-fourth .fa,\n.nf-else-container .nf-one-fourth .fa {\n  font-size: 22px;\n  padding-top: 15px;\n}\n.nf-when-container .nf-one-fourth:first-child,\n.nf-then-container .nf-one-fourth:first-child,\n.nf-else-container .nf-one-fourth:first-child {\n  width: 7.5%;\n}\n\n.nf-when-container {\n  background: #D3D3D3;\n  padding: 0 10px 10px;\n}\n.nf-when-container .nf-one-fourth {\n  width: 23%;\n}\n.nf-when-container .nf-when::after {\n  clear: both;\n  content: \"\";\n  display: block;\n}\n\n.nf-then-container {\n  background: #fefefe;\n  padding: 10px;\n}\n.nf-then-container .nf-one-fourth {\n  width: 30.5%;\n}\n.nf-then-container .nf-one-fourth:first-child {\n  padding-left: 12px;\n}\n.nf-then-container .nf-then::after {\n  clear: both;\n  content: \"\";\n  display: block;\n}\n\n.nf-else-container {\n  background: #ddd;\n  padding: 10px;\n}\n.nf-else-container .nf-one-fourth {\n  width: 30.5%;\n}\n.nf-else-container .nf-one-fourth:first-child {\n  padding-left: 12px;\n}\n.nf-else-container .nf-else::after {\n  clear: both;\n  content: \"\";\n  display: block;\n}\n\n.nf-add-when,\n.nf-add-then,\n.nf-add-else {\n  color: #2BAAE7;\n  cursor: pointer;\n  font-size: 22px;\n  margin-bottom: 5px;\n  padding-left: 12px;\n}\n\n.nf-remove-then,\n.nf-remove-else,\n.nf-remove-when {\n  color: red;\n  cursor: pointer;\n}\n\n.nf-one-fourth {\n  float: left;\n  margin-bottom: 15px;\n  padding: 0 2%;\n  width: 25%;\n}\n.nf-one-fourth::after {\n  clear: both;\n  content: \"\";\n  display: block;\n}\n\n.nf-condition.actions .nf-when-container {\n  padding: 20px;\n}\n.nf-condition.actions .nf-one-third {\n  width: 40%;\n}\n.nf-condition.actions .nf-one-third:nth-child(2) {\n  width: 20%;\n}\n.nf-condition.actions .nf-one-third.action-when-label {\n  padding-top: 16px;\n  text-align: center;\n  text-transform: uppercase;\n  font-weight: bold;\n}\n.nf-condition.actions .nf-one-fourth {\n  width: 30.8%;\n}\n.nf-condition.actions .nf-one-fourth:first-child {\n  width: 7.5%;\n}\n.nf-condition.actions .nf-when::after {\n  clear: both;\n  content: \"\";\n  display: block;\n}"]}