File size: 490 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |
.sftp-card__wrapper {
width: 100%;
}
.sftp-card__questions-container {
margin-bottom: 1.5em;
button {
justify-content: flex-start;
}
}
.sftp-card__password-explainer {
margin-bottom: 8px;
}
.sftp-card__ssh-label {
margin-top: 16px;
padding-top: 16px;
border-top: 1px solid #e0e0e0;
}
.sftp-card__enable-warning {
color: var(--color-text-subtle);
}
.sftp-card__input {
display: block;
margin-bottom: 16px;
}
.sftp-card__ssh-field .sftp-card__input {
margin-top: 16px;
}
|