mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-03-01 11:34:13 +08:00
57 lines
1.3 KiB
Go
57 lines
1.3 KiB
Go
html,
|
|
body,
|
|
#app {
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
:-webkit-any(article, aside, nav, section) h1 {
|
|
font-size: 2em;
|
|
}
|
|
|
|
.el-switch--small .el-switch__core {
|
|
width: 36px;
|
|
}
|
|
|
|
.el-switch--small .el-switch__core::after {
|
|
width: 12px;
|
|
height: 12px;
|
|
}
|
|
|
|
.el-switch--small.is-checked .el-switch__core::after {
|
|
margin-left: -13px;
|
|
}
|
|
|
|
.el-alert__title {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.el-message {
|
|
--el-color-primary: #409eff;
|
|
--el-color-primary-light-5: #a0cfff;
|
|
--el-color-primary-light-8: #d9ecff;
|
|
--el-color-primary-light-9: #ecf5ff;
|
|
--el-color-success: #67c23a;
|
|
--el-color-success-light-5: #b3e19d;
|
|
--el-color-success-light-8: #e1f3d8;
|
|
--el-color-success-light-9: #f0f9eb;
|
|
--el-color-warning: #e6a23c;
|
|
--el-color-warning-light-5: #f3d19e;
|
|
--el-color-warning-light-8: #faecd8;
|
|
--el-color-warning-light-9: #fdf6ec;
|
|
--el-color-danger: #f56c6c;
|
|
--el-color-danger-light-5: #fab6b6;
|
|
--el-color-danger-light-8: #fde2e2;
|
|
--el-color-error: #f56c6c;
|
|
--el-color-error-light-5: #fab6b6;
|
|
--el-color-error-light-8: #fde2e2;
|
|
--el-color-error-light-9: #fef0f0;
|
|
--el-color-info: #909399;
|
|
--el-color-info-light-5: #c8c9cc;
|
|
--el-color-info-light-8: #e9e9eb;
|
|
--el-color-info-light-9: #f4f4f5;
|
|
}
|