parent
53ce4de6aa
commit
2cbdecb043
23 changed files with 584 additions and 116 deletions
|
@ -545,6 +545,18 @@ a:focus {
|
|||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.config-service-key-field-element {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.config-service-key-field-element .co-modify-link {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.config-service-key-field-element .fa-check {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.co-checkbox {
|
||||
position: relative;
|
||||
}
|
||||
|
@ -1457,4 +1469,11 @@ a:focus {
|
|||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.co-option-table .help-text {
|
||||
margin-top: 4px;
|
||||
margin-bottom: 10px;
|
||||
font-size: 14px;
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue