v0.3.1 增加后台 django-simpleui 模板

This commit is contained in:
何全
2019-04-17 14:14:23 +08:00
parent 20fee9f36c
commit 15ed2fc3ec
193 changed files with 14306 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
@import "base";
@primary: #409eff !important;
@color: white;
@menu-color: #606266 !important;
@menu-background: #ebf1f5 !important;
@menu-color-hover: #696969;
@menu-background-hover: hsla(0,0%,100%,.5);
@menu-title-color: #606266;
@menu-title-background-color: #ebf1f5;
@menu-title-color-hover: #666;
@menu-title-background-color-hover: hsla(0,0%,100%,.5);
@navbar-color: #606266;
@navbar-background: #ebf1f5;