32 lines
570 B
CSS
32 lines
570 B
CSS
|
|
/**
|
||
|
|
* MokoSuiteBackup — admin styles (loaded via the Joomla Web Asset Manager).
|
||
|
|
*/
|
||
|
|
|
||
|
|
/* Add/Edit Destination modal — comfortable, consistent spacing */
|
||
|
|
#remoteModal .modal-header,
|
||
|
|
#remoteModal .modal-footer {
|
||
|
|
padding: 1rem 1.75rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
#remoteModal .modal-body {
|
||
|
|
padding: 1.5rem 1.75rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
#remoteModal .modal-body .row + .row,
|
||
|
|
#remoteModal .remote-type-fields {
|
||
|
|
margin-top: 0.25rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
#remoteModal hr {
|
||
|
|
margin: 1.5rem 0;
|
||
|
|
opacity: 0.12;
|
||
|
|
}
|
||
|
|
|
||
|
|
#remoteModal .form-label {
|
||
|
|
margin-bottom: 0.35rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
#remoteModal .form-check.form-switch {
|
||
|
|
padding-top: 0.15rem;
|
||
|
|
}
|