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