This commit is contained in:
lesion
2019-06-06 23:54:32 +02:00
parent 745b9247c9
commit 3ca818f016
66 changed files with 989 additions and 532 deletions

View File

@@ -1,6 +1,10 @@
@background: #222C32;
@success: #c7ffbc;
// @info
html, body {
margin: 0px;
background-color: #222C32 !important;
background-color: @background !important;
width: 100%;
overflow-x: hidden;
box-sizing: border-box;
@@ -11,6 +15,20 @@ html, body {
box-sizing: border-box;
}
.el-form-item {
margin-bottom: 5px;
}
.el-divider__text {
background-color: @background;
color: white;
border-radius: 5px;
}
.el-card {
max-width: 600px;
margin: 30px auto;
}
.el-dialog {
margin-top: 0px !important;
border-radius: 0px;