You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cryptpad/www/settings/main.less

45 lines
1015 B
Plaintext

@import '/customize/src/less/variables.less';
@border: 1px solid #555;
.cp {
input[type="text"] {
padding-left: 10px;
}
#mainBlock {
z-index: 1;
width: 1000px;
max-width: 90%;
margin: auto;
#container {
.infoBlock {
padding: 15px;
border: @border;
background: @dark-base;
.label {
font-weight: bold;
text-decoration: underline;
margin-right: 5px;
}
}
.displayName {
input, button {
vertical-align: middle;
}
}
.backupDrive {
button {
span.fa {
margin-right: 5px;
}
margin-right: 5px;
}
}
&>div {
margin: 10px 0;
}
}
}
}