pc-bottom/index.scss
milky 977d0e20f2
🍴 Initial fork
Signed-off-by: milky <op@gfy.lol>
2022-07-18 20:34:04 -07:00

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"