pc-bottom/index.scss

7 lines
297 B
SCSS
Raw Normal View History

2021-05-01 20:50:55 +00:00
:root {
--bar-height: 100px; // height of the bar ; default 80px
--bar-bottom-position: 15px; // used to center content within the bar ; default 13px
2021-11-19 18:14:23 +00:00
--bar-background-primary: var(--background-tertiary); // color of the bar ; default var(--background-tertiary)
2021-05-01 20:50:55 +00:00
}
@import "./src/theme"