3d2db95417
Add preview for pending messages and attachments Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
7 lines
173 B
SCSS
7 lines
173 B
SCSS
:root {
|
|
// border-radius
|
|
--border-radius-small: 0.3rem;
|
|
--border-radius-normal: 0.5rem;
|
|
--border-radius-medium: 0.7rem;
|
|
--border-radius-large: 0.9rem;
|
|
}
|