This commit is contained in:
2020-05-16 13:43:36 -04:00
parent 4d782855f0
commit 4288365815
413 changed files with 424972 additions and 5 deletions
+62
View File
@@ -0,0 +1,62 @@
.nav-user {
background-color: transparent;
border: 1px solid transparent;
border-width: 0 1px;
}
.app-title {
color: white;
font-size: 24px;
line-height: 36px;
padding: 15px 15px;
margin-bottom: 0;
font-weight: bold;
}
@media (max-width: 767.98px) {
.page-title-box .page-title-right.action {
display: block;
margin-top: 15px;
}
}
.search-block {
margin-top: 15px;
margin-bottom: 15px;
}
th.actions,
td.actions {
text-align: center;
width: 200px;
}
.country-selector {
width: 200px;
}
.login-page-title,
.error-page-title {
color: white;
}
.page:hover{
border: 1px solid #727cf5;
opacity: .7;
}
.page.active,
.page.active:hover {
border: 1px solid #727cf5;
opacity: 1;
}
.quote-estimate-form .custom-checkbox {
padding-top: .45rem;
padding-bottom: .45rem;
}
.has-error {
border: 1px solid #dc3545;
border-radius: .25rem;
}
+6736
View File
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
@@ -0,0 +1,3 @@
.mitch-d3-tree.boxed-tree.default .link{fill:none;stroke:#ccc;stroke-width:2px}.mitch-d3-tree.boxed-tree.default .node.collapsed .body-group .body-box{fill:lightsteelblue}.mitch-d3-tree.boxed-tree.default .node.selected .body-group .body-box{stroke:#00A2A3;stroke-width:2.5px}.mitch-d3-tree.boxed-tree.default .node .body-group .body-box{stroke:steelblue;fill:white;rx:6;ry:6}.mitch-d3-tree.boxed-tree.default .node .title-group .title-box{stroke:steelblue;fill:#4682B4;rx:10;ry:10}.mitch-d3-tree.boxed-tree.default .node .title-group text{fill:white}.mitch-d3-tree.circle-tree.default .link{fill:none;stroke:#ccc;stroke-width:2px}.mitch-d3-tree.circle-tree.default .node.collapsed circle{fill:lightsteelblue}.mitch-d3-tree.circle-tree.default .node.selected circle{stroke:#00A2A3;stroke-width:2.5px}.mitch-d3-tree.circle-tree.default .node circle{fill:#fff;stroke:steelblue;stroke-width:3px}.mitch-d3-tree.circle-tree.default .node text{font:12px sans-serif}
/*# sourceMappingURL=d3-mitch-tree-theme-default.min.css.map */
+3
View File
@@ -0,0 +1,3 @@
.mitch-d3-tree.boxed-tree .node.selected .body-group .body-box{cursor:inherit;pointer-events:none}.mitch-d3-tree.boxed-tree .node .d3plus-textBox,.mitch-d3-tree.boxed-tree .node .body-group .body-box,.mitch-d3-tree.boxed-tree .node .title-group .title-box{cursor:pointer}.mitch-d3-tree.boxed-tree .node .title-group .d3plus-textBox text{transform:translateY(0.15em)}.mitch-d3-tree.circle-tree .node.selected circle{cursor:inherit;pointer-events:none}.mitch-d3-tree.circle-tree .node circle{cursor:pointer;r:10}.mitch-d3-tree.circle-tree .node text{transition:0.3s linear}.mitch-d3-tree.circle-tree .node.childless text{transform:translate(13px, 0.35em);text-anchor:start}.mitch-d3-tree.circle-tree .node.collapsed text,.mitch-d3-tree.circle-tree .node.expanded text{transform:translate(-13px, 0.35em);text-anchor:end}.mitch-d3-tree.circle-tree .node.middle.collapsed text,.mitch-d3-tree.circle-tree .node.middle.expanded text{transform:translate(-13px, -8px)}
/*# sourceMappingURL=d3-mitch-tree.min.css.map */
File diff suppressed because one or more lines are too long
+4
View File
@@ -0,0 +1,4 @@
/*!
* jQuery QueryBuilder 2.5.2
* Copyright 2014-2018 Damien "Mistic" Sorel (http://www.strangeplanet.fr)
* Licensed under MIT (https://opensource.org/licenses/MIT)*/.query-builder .rule-container,.query-builder .rule-placeholder,.query-builder .rules-group-container{position:relative;margin:4px 0;border-radius:5px;padding:5px;border:1px solid #eee;background:rgba(255,255,255,.9)}.query-builder .drag-handle,.query-builder .error-container,.query-builder .rule-container .rule-filter-container,.query-builder .rule-container .rule-operator-container,.query-builder .rule-container .rule-value-container{display:inline-block;margin:0 5px 0 0;vertical-align:middle}.query-builder .rules-group-container{padding:10px;padding-bottom:6px;border:1px solid #dcc896;background:rgba(250,240,210,.5)}.query-builder .rules-group-header{margin-bottom:10px}.query-builder .rules-group-header .group-conditions .btn.readonly:not(.active),.query-builder .rules-group-header .group-conditions input[name$='_cond']{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.query-builder .rules-group-header .group-conditions .btn.readonly{border-radius:3px}.query-builder .rules-list{list-style:none;padding:0 0 0 15px;margin:0}.query-builder .rule-value-container{border-left:1px solid #ddd;padding-left:5px}.query-builder .rule-value-container label{margin-bottom:0;font-weight:400}.query-builder .rule-value-container label.block{display:block}.query-builder .rule-value-container input[type=number],.query-builder .rule-value-container input[type=text],.query-builder .rule-value-container select{padding:1px}.query-builder .error-container{display:none;cursor:help;color:red}.query-builder .has-error{background-color:#fdd;border-color:#f99}.query-builder .has-error .error-container{display:inline-block!important}.query-builder .rules-list>::after,.query-builder .rules-list>::before{content:'';position:absolute;left:-10px;width:10px;height:calc(50% + 4px);border-color:#ccc;border-style:solid}.query-builder .rules-list>::before{top:-4px;border-width:0 0 2px 2px}.query-builder .rules-list>::after{top:50%;border-width:0 0 0 2px}.query-builder .rules-list>:first-child::before{top:-12px;height:calc(50% + 14px)}.query-builder .rules-list>:last-child::before{border-radius:0 0 0 4px}.query-builder .rules-list>:last-child::after{display:none}.query-builder.bt-checkbox-glyphicons .checkbox input[type=checkbox]:checked+label::after{font-family:'Glyphicons Halflings';content:'\e013'}.query-builder.bt-checkbox-glyphicons .checkbox label::after{padding-left:4px;padding-top:2px;font-size:9px}.query-builder .error-container+.tooltip .tooltip-inner{color:#f99!important}.query-builder p.filter-description{margin:5px 0 0 0;background:#d9edf7;border:1px solid #bce8f1;color:#31708f;border-radius:5px;padding:2.5px 5px;font-size:.8em}.query-builder .rules-group-header [data-invert]{margin-left:5px}.query-builder .drag-handle{cursor:move;vertical-align:middle;margin-left:5px}.query-builder .dragging{position:fixed;opacity:.5;z-index:100}.query-builder .dragging::after,.query-builder .dragging::before{display:none}.query-builder .rule-placeholder{border:1px dashed #bbb;opacity:.7}
+85
View File
@@ -0,0 +1,85 @@
/*Margin and Padding helpers*/
/*xs*/
.p-xs { padding: .25em; }
.p-x-xs { padding: 0 .25em; }
.p-y-xs { padding: .25em 0 ; }
.p-t-xs { padding-top: .25em; }
.p-r-xs { padding-right: .25em; }
.p-b-xs { padding-bottom: .25em; }
.p-l-xs { padding-left: .25em; }
.m-xs { margin: .25em; }
.m-x-xs { margin: 0 .25em; }
.m-y-xs { margin: .25em 0 ; }
.m-r-xs { margin-right: .25em; }
.m-l-xs { margin-left: .25em; }
.m-t-xs { margin-top: .25em; }
.m-b-xs { margin-bottom: .25em; }
/*sm*/
@media (min-width:768px){
/*sm*/
.p-sm { padding: .5em; }
.p-x-sm { padding: 0 .5em; }
.p-y-sm { padding: .5em 0 ; }
.p-t-sm { padding-top: .5em; }
.p-r-sm { padding-right: .5em; }
.p-b-sm { padding-bottom: .5em; }
.p-l-sm { padding-left: .5em; }
.m-sm { margin: .5em; }
.m-x-sm { margin: 0 .5em; }
.m-y-sm { margin: .5em 0 ; }
.m-t-sm { margin-top: .5em; }
.m-r-sm { margin-right: .5em; }
.m-b-sm { margin-bottom: .5em; }
.m-l-sm { margin-left: .5em; }
}
/*md*/
@media (min-width: 992px){
.p-md { padding: 1em; }
.p-x-md { padding: 0 1em; }
.p-y-md { padding: 1em 0; }
.p-t-md { padding-top: 1em; }
.p-r-md { padding-right: 1em; }
.p-b-md { padding-bottom: 1em; }
.p-l-md { padding-left: 1em; }
.m-md { margin: 1em; }
.m-x-md { margin: 0 1em; }
.m-y-md { margin: 1em 0 ; }
.m-t-md { margin-top: 1em; }
.m-r-md { margin-right: 1em; }
.m-b-md { margin-bottom: 1em; }
.m-l-md { margin-left: 1em; }
}
/*lg*/
@media (min-width: 1200px){
.p-lg { padding: 1.5em; }
.p-x-lg { padding: 0 1.5em; }
.p-y-lg { padding: 1.5em 0; }
.p-t-lg { padding-top: 1.5em; }
.p-r-lg { padding-right: 1.5em; }
.p-b-lg { padding-bottom: 1.5em; }
.p-l-lg { padding-left: 1.5em; }
.m-lg { margin: 1.5em; }
.m-x-lg { margin: 0 1.5em; }
.m-y-lg { margin: 1.5em 0; }
.m-t-lg { margin-top: 1.5em; }
.m-r-lg { margin-right: 1.5em; }
.m-b-lg { margin-bottom: 1.5em; }
.m-l-lg { margin-left: 1.5em; }
}
/*xl*/
.p-xl { padding: 3em; }
.p-x-xl { padding: 0 3em; }
.p-y-xl { padding: 3em 0 ; }
.p-t-xl { padding-top: 3em; }
.p-r-xl { padding-right: 3em; }
.p-b-xl { padding-bottom: 3em; }
.p-l-xl { padding-left: 3em; }
.m-xl { margin: 3em; }
.m-x-xl { margin: 0 3em; }
.m-y-xl { margin: 3em 0; }
.m-t-xl { margin-top: 3em; }
.m-r-xl { margin-right: 3em; }
.m-b-xl { margin-bottom: 3em; }
.m-l-xl { margin-left: 3em; }
File diff suppressed because one or more lines are too long