styles: button common border radius

This commit is contained in:
lytrankieio123
2021-08-20 18:47:18 +07:00
parent 7613ef8581
commit b2ac71f8cd
10 changed files with 44 additions and 36 deletions

View File

@@ -1,5 +1,6 @@
:root {
--primary: #36bf6d;
--hover-primary: #3ccc76;
--primary-light: #e0f6e8;
--primary-lightest: #effaf4;

View File

@@ -88,6 +88,6 @@
}
}
.custom-border-radius {
border-radius: 50% 20% / 10% 40%;
border-radius: 20% 10% 10% 4%/ 15% 40% 25% 50%;
}
}