pc-bottom/index.scss

7 lines
297 B
SCSS

:root {
--bar-height: 100px; // height of the bar ; default 80px
--bar-bottom-position: 15px; // used to center content within the bar ; default 13px
--bar-background-primary: var(--background-tertiary); // color of the bar ; default var(--background-tertiary)
}
@import "./src/theme"