feat: button common

This commit is contained in:
lytrankieio123
2021-08-24 10:58:24 +07:00
parent 243922eb50
commit f86d7265d8
9 changed files with 113 additions and 26 deletions

View File

@@ -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;

View File

@@ -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%;
}
}