1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-26 22:44:25 +02:00

feat(admin-plugin): add entry select type modal on entry creation #331

This commit is contained in:
Awilum
2019-12-11 10:11:35 +03:00
parent a7a025b659
commit 093a934ad0

View File

@@ -547,7 +547,7 @@ textarea.form-control.code-editor {
> a {
display: block;
padding: 18px;
padding: 16px;
&:hover {
color: #b7b9bd;
@@ -557,6 +557,10 @@ textarea.form-control.code-editor {
}
}
.fieldset-thumbnail {
font-size: 42px;
.fieldset-title {
font-size: 14px;
}
.fieldset-thumbnail {
font-size: 40px;
}