index.less 202 B

123456789101112
  1. @import '../../app.less';
  2. .module.card {
  3. .header {
  4. color: @night-blue;
  5. background: @theme_bg_color;
  6. font-size: 18px;
  7. height: 44px;
  8. line-height: 44px;
  9. padding-left: 36px;
  10. }
  11. }