You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
691 B
59 lines
691 B
3 years ago
|
/* set the styles */
|
||
|
|
||
|
.password-second-confirm {
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
|
||
|
.password-disclaimer {
|
||
|
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;
|
||
|
}
|
||
|
|
||
|
.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;
|
||
|
}
|
||
|
|
||
|
.qrcode-img {
|
||
|
width: 350px;
|
||
|
height: 350px;
|
||
|
}
|