mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
feat: button common
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
:root {
|
||||
--primary: #36bf6d;
|
||||
--hover-primary: #3ccc76;
|
||||
--primary: #5B9A74;
|
||||
--primary-light: #e0f6e8;
|
||||
--primary-lightest: #effaf4;
|
||||
|
||||
@@ -28,7 +27,8 @@
|
||||
--text-base: #3d3d3d;
|
||||
--text-label: #8f8f8f;
|
||||
--text-placeholder: #cccccc;
|
||||
|
||||
|
||||
--disabled: #cccccc;
|
||||
--border-line: #ebebeb;
|
||||
--background: #f8f8f8;
|
||||
--white: #fbfbfb;
|
||||
|
@@ -89,6 +89,6 @@
|
||||
}
|
||||
}
|
||||
.custom-border-radius {
|
||||
border-radius: 20% 10% 10% 4%/ 15% 40% 25% 50%;
|
||||
border-radius: 60% 10% 60% 2%/ 10% 40% 10% 50%;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user