Implement product view

This commit is contained in:
inpsyde-maticluznar 2024-10-24 13:54:50 +02:00
parent 1ced06b24e
commit fc51e7f1a3
No known key found for this signature in database
GPG key ID: D005973F231309F6
18 changed files with 444 additions and 52 deletions

View file

@ -1,13 +1,23 @@
button.components-button {
&.is-primary, &.is-secondary {
background-color: $color-blueberry;
&:not(:disabled) {
background-color: $color-blueberry;
&:hover {
background: $gradient-header;
}
}
&:disabled {
background-color: $color-gray-500;
color: $color-white;
}
border-radius: 2px;
padding: 14px 17px;
height: auto;
&:hover {
background: $gradient-header;
}
}
&.is-primary {