Removing unneeded theme intro text
This commit is contained in:
parent
6f1b8ad16d
commit
7f420b61cb
|
@ -1,8 +1,6 @@
|
||||||
{{#unless editingTheme}}
|
{{#unless editingTheme}}
|
||||||
<div class='customize-themes-header'>
|
<div class='customize-themes-header'>
|
||||||
<div class="title">
|
|
||||||
<h3>{{i18n 'admin.customize.theme.long_title'}}</h3>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="create-actions">
|
<div class="create-actions">
|
||||||
{{d-button label="admin.customize.new" icon="plus" action="showCreateModal" class="btn-primary"}}
|
{{d-button label="admin.customize.new" icon="plus" action="showCreateModal" class="btn-primary"}}
|
||||||
|
|
|
@ -64,13 +64,8 @@
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
.create-actions {
|
||||||
.title {
|
margin-left: auto;
|
||||||
color: $primary-medium;
|
|
||||||
flex-grow: 1;
|
|
||||||
h3 {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.admin-container {
|
.admin-container {
|
||||||
|
|
Loading…
Reference in New Issue