30 lines
505 B
SCSS

.header-bar {
display: flex;
align-items: center;
justify-content: space-between;
// margin: 10px 0;
border-bottom: 1px solid #f2f3f5;
padding-bottom: 20px;
h2 {
font-size: 1.4rem;
font-weight: 700;
}
}
.box-card {
border-radius: 8px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
border: none;
overflow: hidden;
}
.pagination-bar {
display: flex;
justify-content: flex-end;
margin: 18px 0 0 0;
}
.header-actions {
display: flex;
gap: 8px;
align-items: center;
}