feat: Macros listing and Editor (#5606)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Fayaz Ahmed
2022-10-19 17:13:13 -07:00
committed by GitHub
co-authored by Pranav Raj S
parent 1fb1be3ddc
commit 22d5703b92
23 changed files with 1287 additions and 31 deletions
@@ -1,8 +1,8 @@
:root {
// border-radius
--border-radius-small: 0.3rem;
--border-radius-normal: 0.5rem;
--border-radius-medium: 0.7rem;
--border-radius-large: 0.9rem;
--border-radius-rounded: 50%;
--border-radius-small: 0.3rem;
--border-radius-normal: 0.5rem;
--border-radius-medium: 0.7rem;
--border-radius-large: 0.9rem;
--border-radius-full: 10rem;
--border-radius-rounded: 50%;
}