_layout_2_blue.less 206 B

1234567891011
  1. @charset "UTF-8";
  2. @import "_config.less";
  3. .layui-layout-theme-blue-2 {
  4. @iconWidth: 100px !important;
  5. @mainColor: #3963bc !important;
  6. @textColor: @mainColor;
  7. @import (multiple)"_layout_2.less";
  8. }