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.
37 lines
805 B
Plaintext
37 lines
805 B
Plaintext
8 years ago
|
@import '../../customize.dist/src/less/variables.less';
|
||
|
|
||
|
@border: 1px solid #555;
|
||
|
|
||
|
.cp {
|
||
|
#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;
|
||
|
}
|
||
|
}
|
||
|
.resetDrive {
|
||
|
|
||
|
}
|
||
|
&>div {
|
||
|
margin: 10px 0;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|