This commit is contained in:
Viet An
2026-06-16 11:35:43 +07:00
parent a9c37cfff5
commit a8aa9a3dce
6 changed files with 153 additions and 109 deletions

View File

@@ -97,10 +97,7 @@ async function removeCart(cartId) {
<style scoped>
.tabs a {
background-color: hsl(from var(--bulma-tabs-boxed-link-hover-background-color) h s calc(l + 1));
--bulma-tabs-link-padding: 0.4em 1em 0.4em 0.5em;
&.new {
--bulma-tabs-link-padding: 0.4em 0.5em 0.4em 0.5em;
}
--bulma-tabs-link-padding: 0.4em 0.5em 0.4em 0.5em;
}
.tabs a:hover {
@@ -117,13 +114,13 @@ async function removeCart(cartId) {
.close {
display: none;
background-color: var(--bulma-white-ter);
background-color: transparent;
cursor: pointer;
}
li:hover .close {
display: flex;
}
.close:hover {
background-color: var(--bulma-grey-lighter);
background-color: hsl(0, 0%, 0%, 0.1);
}
</style>