This commit is contained in:
34
plugins/addon/theme_configurator/template/admin/theme.css
Normal file
34
plugins/addon/theme_configurator/template/admin/theme.css
Normal file
@@ -0,0 +1,34 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user