mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2026-04-29 20:18:13 +08:00
14 lines
285 B
Plaintext
14 lines
285 B
Plaintext
@charset "UTF-8";
|
|
@import "_config.less";
|
|
|
|
// +----------------------------------------------------------------------
|
|
|
|
.layui-layout-theme-green-2 {
|
|
|
|
@iconWidth: 100px !important;
|
|
@mainColor: #098 !important;
|
|
@textColor: #098 !important;
|
|
|
|
@import (multiple)"_layout_2.less";
|
|
}
|