Sidebar styling

In general styling capabilities with scsss
This commit is contained in:
2026-05-02 12:27:27 +02:00
parent fa77190555
commit 9eb843a786
9 changed files with 94 additions and 1357 deletions

View File

@@ -0,0 +1,6 @@
@mixin card {
backgroud: #fff;
border-radius: &border-radius;
box-shadow: 0 1px 3px rgba(0,0,0,0.06);
padding: $spacing-md;
}