feat: adding installation instructions

This commit is contained in:
Hydra
2024-05-02 22:22:23 +01:00
parent 5dd9ac9432
commit 193cc327cf
45 changed files with 554 additions and 204 deletions

View File

@@ -3,13 +3,12 @@ import { SPACING_UNIT, vars } from "../../theme.css";
export const bottomPanel = style({
width: "100%",
borderTop: `solid 1px ${vars.color.borderColor}`,
borderTop: `solid 1px ${vars.color.border}`,
padding: `${SPACING_UNIT / 2}px ${SPACING_UNIT * 2}px`,
display: "flex",
alignItems: "center",
transition: "all ease 0.2s",
justifyContent: "space-between",
fontSize: vars.size.bodyFontSize,
zIndex: "1",
});