Skip to content

Commit f40e669

Browse files
committed
Added Logo and version
1 parent 0dbe141 commit f40e669

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

assets/admin/css/admin-styles.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,14 +288,19 @@ button {
288288
align-items: center;
289289
border-radius: 5px;
290290
box-shadow: 0px 8px 21px 0px rgba(36, 39, 50, 0.08);
291+
292+
}
293+
294+
.ma-settings-header-bar .ma-logo img {
295+
width: 40px;
296+
height: 40px;
291297
}
292298

293299
.ma-settings-header-bar .title {
294300
font-size: 18px;
295301
font-weight: 600;
296302
color: #777;
297303
margin: 0px;
298-
text-transform: uppercase;
299304
}
300305

301306
.ma-settings-header-left,
@@ -375,7 +380,7 @@ button {
375380
display: flex;
376381
flex-flow: row wrap;
377382
align-content: center;
378-
margin-top: 15px;
383+
margin-top: 40px;
379384
}
380385

381386
.ma-tabs-content-block-wrap {
Lines changed: 15 additions & 0 deletions
Loading

panel/includes/header.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<!-- MT Settings Header Left -->
1515
<div class="ma-settings-header-left">
1616
<div class="ma-logo">
17-
<img src="https://mightythemes.com/wp-content/uploads/2019/05/logo-Blue-Sticky-1.png" alt="MightyThemes-addons">
17+
<img src="<?php echo MIGHTY_ADDONS_PLG_URL . 'assets/admin/images/mighty-addons-logo.svg' ?>" alt="">
1818
</div>
19-
<h2 class="title">Mighty Addons Settings</h2>
19+
<h2 class="title">Mighty Addons Settings | v<?php echo MIGHTY_ADDONS_VERSION; ?></h2>
2020
</div>
2121
<?php if ( $page == "widgets") : ?>
2222
<div class="ma-settings-header-right">

0 commit comments

Comments
 (0)