Files
BlackFruit-UI/plugins/addon/theme_configurator/template/admin/theme.css
yiqiu 98e046c160
All checks were successful
continuous-integration/drone/push Build is passing
重写了插件后台入口模板
2025-11-21 00:07:12 +08:00

35 lines
458 B
CSS

.theme-card {
margin: 20px;
}
.theme-card__header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.theme-card__header h3 {
margin: 0;
font-size: 20px;
}
.theme-desc {
margin: 4px 0 0;
color: #6b7280;
}
.theme-textarea textarea {
font-family: "JetBrains Mono", Consolas, monospace;
}
.theme-tip {
margin-top: 12px;
color: #9ca3af;
font-size: 12px;
}
.ml-10 {
margin-left: 10px;
}