LayoutMultipleHeader.less 167 B

1234567891011121314
  1. .multiple-tab-header {
  2. flex: 0 0 auto;
  3. &.dark {
  4. margin-left: -1px;
  5. }
  6. &.fixed {
  7. position: fixed;
  8. top: 0;
  9. z-index: 100;
  10. width: 100%;
  11. }
  12. }