refactor: streamline button styles and improve consistency in style.scss

This commit is contained in:
Astrian Zheng 2025-02-19 14:59:22 +11:00
parent 1a9cb24e6e
commit 613b8eebe8
Signed by: Astrian
SSH Key Fingerprint: SHA256:rVnhx3DAKjujCwWE13aDl7uV6+9U1MvydLkNRXJrBiA

View File

@ -7,6 +7,13 @@
user-select: none;
color: var(--main-color);
button {
border: none;
background: none;
cursor: pointer;
color: var(--main-color);
}
.header {
padding: 0.75rem;
display: flex;
@ -15,8 +22,6 @@
border-bottom: 1px solid #e0e0e0;
button {
border: none;
background: none;
img {
width: 1rem;
height: 1rem;
@ -40,12 +45,7 @@
.item.day-indicator {
opacity: 0.5;
}
button.item {
border: none;
background: none;
cursor: pointer;
color: var(--main-color);
}
button.item.date {
border-radius: 50%;
position: relative;
@ -67,6 +67,5 @@
color: var(--reversed-color);
}
}
}
}