mirror of
https://github.com/remotely-save/remotely-save.git
synced 2024-06-07 21:10:45 +00:00
35 lines
406 B
CSS
35 lines
406 B
CSS
/* set the styles */
|
|
|
|
.password_second_confirm {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.s3-disclaimer {
|
|
font-weight: bold;
|
|
}
|
|
.s3-hide {
|
|
display: none;
|
|
}
|
|
|
|
.dropbox-disclaimer {
|
|
font-weight: bold;
|
|
}
|
|
.dropbox-hide {
|
|
display: none;
|
|
}
|
|
|
|
.dropbox-auth-button-hide {
|
|
display: none;
|
|
}
|
|
|
|
.dropbox-revoke-auth-button-hide {
|
|
display: none;
|
|
}
|
|
|
|
.webdav-disclaimer {
|
|
font-weight: bold;
|
|
}
|
|
.webdav-hide {
|
|
display: none;
|
|
}
|