Get end-to-end configuration setup working, including verification (except for Github, which is in progress)
This commit is contained in:
parent
825455ea6c
commit
63504c87fb
14 changed files with 611 additions and 206 deletions
|
@ -231,6 +231,31 @@
|
|||
width: 400px;
|
||||
}
|
||||
|
||||
.config-contact-field {
|
||||
margin-bottom: 4px;
|
||||
}
|
||||
|
||||
.config-contact-field .dropdown button {
|
||||
width: 100px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.config-contact-field .dropdown button .caret {
|
||||
float: right;
|
||||
margin-top: 9px;
|
||||
}
|
||||
|
||||
.config-contact-field .dropdown button i.fa {
|
||||
margin-right: 6px;
|
||||
width: 14px;
|
||||
text-align: center;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.config-contact-field .form-control {
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
.config-list-field-element .empty {
|
||||
color: #ccc;
|
||||
margin-bottom: 10px;
|
||||
|
@ -338,4 +363,64 @@
|
|||
border-right: none;
|
||||
}
|
||||
|
||||
.co-floating-bottom-bar {
|
||||
height: 50px;
|
||||
}
|
||||
|
||||
.co-floating-bottom-bar.floating {
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
}
|
||||
|
||||
.config-setup-tool .cor-floating-bottom-bar {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.config-setup-tool .cor-floating-bottom-bar button i.fa {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.config-setup-tool .service-verification {
|
||||
padding: 20px;
|
||||
background: #343434;
|
||||
color: white;
|
||||
margin-bottom: -14px;
|
||||
}
|
||||
|
||||
.config-setup-tool .service-verification-row {
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
|
||||
.config-setup-tool .service-verification-row .service-title {
|
||||
font-variant: small-caps;
|
||||
font-size: 145%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#validateAndSaveModal .fa-warning {
|
||||
font-size: 22px;
|
||||
margin-right: 10px;
|
||||
vertical-align: middle;
|
||||
color: rgb(255, 186, 53);
|
||||
}
|
||||
|
||||
#validateAndSaveModal .fa-check-circle {
|
||||
font-size: 22px;
|
||||
margin-right: 10px;
|
||||
vertical-align: middle;
|
||||
color: rgb(53, 186, 53);
|
||||
}
|
||||
|
||||
.config-setup-tool .service-verification-error {
|
||||
white-space: pre;
|
||||
margin-top: 10px;
|
||||
margin-left: 36px;
|
||||
margin-bottom: 20px;
|
||||
max-height: 250px;
|
||||
overflow: auto;
|
||||
border: 1px solid #797979;
|
||||
background: black;
|
||||
padding: 6px;
|
||||
font-family: Consolas, "Lucida Console", Monaco, monospace;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
|
Reference in a new issue