feat: add column element

This commit is contained in:
Paul Makles
2022-05-30 16:15:52 +01:00
parent 906f15f103
commit 81bf325990
7 changed files with 140 additions and 122 deletions

View File

@@ -481,6 +481,8 @@
border-radius: var(--border-radius);
margin-top: 0;
transition: 0.1s ease background-color;
&:hover {
background: var(--secondary-background);
}