mirror of
https://github.com/lingble/chatwoot.git
synced 2026-03-20 03:52:43 +00:00
Co-authored-by: Tejaswini <tejaswini@chatwoot.com> Co-authored-by: Pranav Raj S <pranav@chatwoot.com> Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
9 lines
207 B
SCSS
9 lines
207 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;
|
|
--border-radius-rounded: 50%;
|
|
}
|