Add the new files for the settings app

This commit is contained in:
yflory
2017-02-14 19:07:17 +01:00
parent cd9cea8fa4
commit 0a43570990
7 changed files with 339 additions and 0 deletions

36
www/settings/main.less Normal file
View File

@@ -0,0 +1,36 @@
@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;
}
}
}
}