mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
styles: button common
This commit is contained in:
@@ -1,7 +1,14 @@
|
||||
@import '../../../styles/utilities';
|
||||
@import "../../../styles/utilities";
|
||||
|
||||
.buttonCommon {
|
||||
@apply custom-border-radius bg-primary hover:bg-hover-primary transition-all duration-200;
|
||||
@apply custom-border-radius bg-primary hover:bg-hover-primary transition-all duration-200 text-white;
|
||||
padding: 1.6rem 3.6rem;
|
||||
|
||||
}
|
||||
&.light {
|
||||
@apply text-base;
|
||||
background-color: #fff !important;
|
||||
border: 1px solid theme("textColor.active") !important;
|
||||
|
||||
}
|
||||
&.large {
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user