35 lines
458 B
CSS
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;
|
|
}
|