From 99bc6e962af22ac9d343434f61aa24b286892466 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 9 Dec 2024 18:48:23 +0100 Subject: Update --- src/_sidebar.scss | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/_sidebar.scss (limited to 'src/_sidebar.scss') diff --git a/src/_sidebar.scss b/src/_sidebar.scss new file mode 100644 index 0000000..d220678 --- /dev/null +++ b/src/_sidebar.scss @@ -0,0 +1,32 @@ +@use 'iro-sass/src/props'; + +@use 'core'; + +@mixin styles { + .boxesSidebarLeft{ + margin-inline-end: 30px; + } + + .boxesSidebarRight { + margin-inline-start: 30px; + } + + .boxesSidebarLeft, .boxesSidebarRight { + .box { + border-radius: 0; + + &:not(:first-child) { + margin-block-start: 0; + padding-block-start: 10px; + + &::before { + content: ""; + display: block; + block-size: 1px; + margin-block-end: 30px; + background-color: props.get(core.$theme, --base, --200); + } + } + } + } +} -- cgit v1.2.3-70-g09d2