mirror of
https://github.com/remotely-save/remotely-save.git
synced 2024-06-07 21:10:45 +00:00
127 lines
1.6 KiB
CSS
127 lines
1.6 KiB
CSS
/* set the styles */
|
|
|
|
.password-second-confirm {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.password-disclaimer {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.encryptionmethod-second-confirm {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.settings-auth-related {
|
|
border-top: 1px solid var(--background-modifier-border);
|
|
padding-top: 18px;
|
|
}
|
|
|
|
.settings-percentage-custom-hide {
|
|
display: none;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.onedrive-disclaimer {
|
|
font-weight: bold;
|
|
}
|
|
.onedrive-hide {
|
|
display: none;
|
|
}
|
|
|
|
.onedrive-auth-button-hide {
|
|
display: none;
|
|
}
|
|
|
|
.onedrive-revoke-auth-button-hide {
|
|
display: none;
|
|
}
|
|
|
|
.webdav-disclaimer {
|
|
font-weight: bold;
|
|
}
|
|
.webdav-hide {
|
|
display: none;
|
|
}
|
|
|
|
.webdis-disclaimer {
|
|
font-weight: bold;
|
|
}
|
|
.webdis-hide {
|
|
display: none;
|
|
}
|
|
|
|
.googledrive-disclaimer {
|
|
font-weight: bold;
|
|
}
|
|
.googledrive-hide {
|
|
display: none;
|
|
}
|
|
|
|
.googledrive-allow-to-use-hide {
|
|
display: none;
|
|
}
|
|
|
|
.googledrive-auth-button-hide {
|
|
display: none;
|
|
}
|
|
|
|
.googledrive-revoke-auth-button-hide {
|
|
display: none;
|
|
}
|
|
|
|
.qrcode-img {
|
|
width: 350px;
|
|
height: 350px;
|
|
}
|
|
|
|
.ignorepaths-textarea {
|
|
font-family: monospace;
|
|
}
|
|
|
|
.logtohttpserver-warning {
|
|
color: red;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
.setting-need-wrapping .setting-item-control {
|
|
/* flex-wrap: wrap; */
|
|
display: grid;
|
|
}
|
|
|
|
.pro-disclaimer {
|
|
font-weight: bold;
|
|
}
|
|
.pro-hide {
|
|
display: none;
|
|
}
|
|
|
|
.pro-auth-button-hide {
|
|
display: none;
|
|
}
|
|
|
|
.pro-revoke-auth-button-hide {
|
|
display: none;
|
|
}
|