pc-bottom/index.scss
LuckFire 30e6ea6e02 v1.5.0
fixed theme being broken due to class reroll.
2022-01-13 10:04:46 -05:00

7 lines
296 B
SCSS

:root {
--bar-height: 80px; // height of the bar ; default 80px
--bar-bottom-position: 13px; // 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"