This commit is contained in:
karyamanswasta
2025-08-26 13:07:13 +07:00
parent 67cf759b31
commit b28c6ed0fe
14 changed files with 656 additions and 755 deletions

View File

@@ -85,6 +85,33 @@
justify-content: space-between;
}
.titleActions {
display: inline-flex;
align-items: center;
gap: 6px;
}
.iconBtn {
width: 32px;
height: 32px;
display: inline-flex;
align-items: center;
justify-content: center;
border: 1px solid #e6e6e6;
background: #ffffff;
color: #2d2d2d;
border-radius: 8px; /* square rounded */
cursor: pointer;
}
.iconBtn:disabled {
opacity: 0.5;
cursor: default;
}
.iconBtn:hover:not(:disabled) {
background: var(--brand-sage-50, #F0F6F2);
border-color: var(--brand-sage, #6B8F71);
}
.title {
background-color: transparent;
font-family: "Plus Jakarta Sans", sans-serif;
@@ -224,4 +251,4 @@
font-size: 6vw;
color: black;
text-align: left;
}
}