component-genie-mcp
Version:
A simplified Model Context Protocol server for querying React components with complete content access
33 lines (29 loc) • 499 B
CSS
.dp-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 16px 24px;
border-bottom: 1px solid #e8e8e8;
background-color: #ffffff;
}
.dp-header-left {
flex: 1;
}
.dp-header-title {
margin: 0;
font-size: 20px;
font-weight: 600;
color: #262626;
line-height: 1.4;
}
.dp-header-subtitle {
margin: 4px 0 0 0;
font-size: 14px;
color: #8c8c8c;
line-height: 1.4;
}
.dp-header-actions {
display: flex;
align-items: center;
gap: 8px;
}