mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-08 03:17:30 -08:00
9 lines
147 B
SCSS
9 lines
147 B
SCSS
|
@use "mixins/mixins";
|
||
|
@use "./common/var";
|
||
|
|
||
|
@include mixins.b(header) {
|
||
|
padding: var.$header-padding;
|
||
|
box-sizing: border-box;
|
||
|
flex-shrink: 0;
|
||
|
}
|