index.less 191 B

1234567891011
  1. @import '../../app.less';
  2. .module.panel {
  3. .header {
  4. text-align: center;
  5. color: @night-blue;
  6. height: 44px;
  7. line-height: 44px;
  8. border-bottom: 1px solid @line_color;
  9. }
  10. }