@import 'mixins/mixins';
@import 'common/var';

@include b(header) {
  padding: $--header-padding;
  box-sizing: border-box;
  flex-shrink: 0;
}
