Add a first Conversations component

This commit is contained in:
2024-05-26 10:45:09 +02:00
parent ff0ac7f982
commit 5194899de0
3 changed files with 810 additions and 0 deletions

View File

@@ -174,6 +174,9 @@ $border-big-width: 4px;
$border-big: solid $border-big-width $border-default-color;
$border-normal-width: 2px;
$border-normal: solid $border-normal-width $border-default-color;
$border-thin-width: 1px;
$border-thin: solid $border-thin-width $border-default-color;
// TODO: Radius should be a percentage(eg: 1024/16px).
$border-radius: 16px;