cryptpad/www/settings/main.less

55 lines
1.6 KiB
Text
Raw Normal View History

@import '/customize/src/less/variables.less';
2017-07-10 16:29:23 +00:00
@import '/customize/src/less/mixins.less';
2017-07-12 16:34:16 +00:00
@import '/customize/src/less/sidebar-layout.less';
2017-07-10 16:29:23 +00:00
2017-02-14 18:07:17 +00:00
.cp {
2017-07-10 16:29:23 +00:00
#container {
#rightSide {
.userFeedback {
input {
2017-02-14 18:07:17 +00:00
vertical-align: middle;
2017-07-10 16:29:23 +00:00
margin-right: 5px;
}
}
.languageSelector {
button.btn {
width: @button-width;
background-color: @button-alt-bg;
border-color: #adadad;
color: black;
&:hover {
background-color: darken(@button-alt-bg, 15%);
}
}
}
.inputBlock {
input {
border-top-right-radius: 0.25em;
border-bottom-right-radius: 0.25em;
padding: 5px;
padding-left: 15px;
&[type="number"] {
border-right: 1px solid #adadad;
}
&[type="checkbox"] {
margin-right: 100%;
}
}
}
2017-07-10 16:29:23 +00:00
.infoBlock {
[type="text"] {
width: @button-width;
}
}
.backupDrive {
button {
span.fa {
margin-right: 5px;
}
margin-right: 5px;
}
2017-02-14 18:07:17 +00:00
}
}
}
}