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.
55 lines
1.6 KiB
Plaintext
55 lines
1.6 KiB
Plaintext
8 years ago
|
@import '/customize/src/less/variables.less';
|
||
7 years ago
|
@import '/customize/src/less/mixins.less';
|
||
7 years ago
|
@import '/customize/src/less/sidebar-layout.less';
|
||
7 years ago
|
|
||
8 years ago
|
.cp {
|
||
7 years ago
|
#container {
|
||
|
#rightSide {
|
||
7 years ago
|
.userFeedback, .thumbnails {
|
||
|
input[type="checkbox"] {
|
||
8 years ago
|
vertical-align: middle;
|
||
7 years ago
|
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%);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
7 years ago
|
.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;
|
||
|
}
|
||
7 years ago
|
&[type="checkbox"] {
|
||
|
margin-right: 100%;
|
||
|
}
|
||
7 years ago
|
}
|
||
|
}
|
||
7 years ago
|
.infoBlock {
|
||
|
[type="text"] {
|
||
|
width: @button-width;
|
||
|
}
|
||
|
}
|
||
8 years ago
|
.backupDrive {
|
||
|
button {
|
||
|
span.fa {
|
||
|
margin-right: 5px;
|
||
|
}
|
||
|
margin-right: 5px;
|
||
|
}
|
||
8 years ago
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|