Skip to content

Commit 2b793d7

Browse files
committed
Logo & link styling updated
1 parent f40e669 commit 2b793d7

File tree

4 files changed

+38
-16
lines changed

4 files changed

+38
-16
lines changed

assets/admin/css/admin-styles.css

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,19 @@ button {
266266
margin: 20px 40px 0 20px;
267267
}
268268

269+
#mtbody-content .mighty-underline {
270+
background-image: linear-gradient(135deg, rgb(102, 126, 234) 0%, rgb(118, 75, 162) 100%);
271+
background-repeat: no-repeat;
272+
background-size: 100% 0.2em;
273+
background-position: 0 110%;
274+
transition: background-size 0.10s ease-in;
275+
}
276+
277+
#mtbody-content .mighty-underline:hover {
278+
background-size: 100% 88%;
279+
color: white;
280+
}
281+
269282
#mtbody-content .ma-btn:hover {
270283
background: #6000ff;
271284
color: white;
@@ -292,8 +305,8 @@ button {
292305
}
293306

294307
.ma-settings-header-bar .ma-logo img {
295-
width: 40px;
296-
height: 40px;
308+
width: 50px;
309+
height: 50px;
297310
}
298311

299312
.ma-settings-header-bar .title {
@@ -401,6 +414,7 @@ button {
401414
border-radius: 5px;
402415
padding: 25px;
403416
margin-bottom: 15px;
417+
height: 160px;
404418
}
405419

406420
.ma-tabs-block-title {
Lines changed: 19 additions & 12 deletions
Loading

panel/extension-settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<div class="text-center">
1616
<h1 class="cs-title">Coming Soon_</h1>
1717
<p>: :&nbsp;&nbsp;&nbsp;&nbsp;: :&nbsp;&nbsp;&nbsp;&nbsp;: :</p>
18-
<div class="text-muted cs-description">Something cool is coming. Stay tuned.</div>
18+
<div class="text-muted cs-description">Something cool is coming.<br>Stay tuned.</div>
1919
</div>
2020
<div class="mt-illustration">
2121
<img class="under-construction" src="<?php echo MIGHTY_ADDONS_PLG_URL . 'assets/admin/images/undraw_under_construction.svg' ?>" alt="">

panel/home.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<h4 class="ma-tabs-block-title">Need Help?</h4>
2525
</header>
2626
<div class="ma-tabs-block-content">
27-
<p>Facing issues while using addons? Get help from our dedicated WordPress Developers on <a href="https://mightythemes.com/support/c/mighty-addons/" target="_blank">Mighty Addons Official Forum</a>. Or join our <a target="_blank" href="https://www.facebook.com/groups/mightythemes/">Facebook Community</a> and post your questions there as well.</p>
27+
<p>Facing issues while using addons? Get help from our dedicated WordPress Developers on <a class="mighty-underline" href="https://mightythemes.com/support/c/mighty-addons/" target="_blank">Mighty Addons Official Forum</a>. Or join our <a class="mighty-underline" target="_blank" href="https://www.facebook.com/groups/mightythemes/">Facebook Community</a> and post your questions there as well.</p>
2828
<a href="https://mightythemes.com/support/c/mighty-addons/" class="ma-btn" target="_blank">Reach out on Forum</a>
2929
</div>
3030
</div>
@@ -35,6 +35,7 @@
3535
</header>
3636
<div class="ma-tabs-block-content">
3737
<p>Are we missing any features that you need for your project? Submit feature requests on GitHub and help us improve Mighty Addons.</p>
38+
<br>
3839
<a href="https://github.com/mightythemes/Mighty-Addons/issues/new?template=issue_template.md&title=Feature%20Request:&labels=Feature%20Request" class="ma-btn" target="_blank">Request a Feature</a>
3940
</div>
4041
</div>

0 commit comments

Comments
 (0)