Skip to content

Commit 0dbe141

Browse files
committed
Styling fixes
1 parent 41547e5 commit 0dbe141

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

assets/admin/css/admin-styles.css

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
body {
22
font-family: "Roboto", sans-serif;
3-
font-size: 14px;
3+
font-size: 15px;
44
font-weight: 400;
55
color: #252525;
66
background-color: #f3f3f3;
@@ -375,6 +375,7 @@ button {
375375
display: flex;
376376
flex-flow: row wrap;
377377
align-content: center;
378+
margin-top: 15px;
378379
}
379380

380381
.ma-tabs-content-block-wrap {
@@ -672,3 +673,13 @@ button {
672673
margin-top: 26px;
673674
text-transform: capitalize;
674675
}
676+
677+
.coming-soon .cs-title {
678+
font-size: 55px;
679+
margin-bottom: 30px;
680+
}
681+
682+
.coming-soon .cs-description {
683+
font-size: 22px;
684+
line-height: 1.2;
685+
}

panel/extension-settings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<div class="ma-row">
1414
<div class="ma-col-full">
1515
<div class="text-center">
16-
<h1>Coming Soon_</h1>
16+
<h1 class="cs-title">Coming Soon_</h1>
1717
<p>: :&nbsp;&nbsp;&nbsp;&nbsp;: :&nbsp;&nbsp;&nbsp;&nbsp;: :</p>
18-
<div class="text-muted">Something cool is coming. Stay tuned.</div>
18+
<div class="text-muted cs-description">Something cool is coming. 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/go-pro.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<img class="under-construction" src="<?php echo MIGHTY_ADDONS_PLG_URL . 'assets/admin/images/undraw_on_the_way.svg' ?>" alt="">
1717
</div>
1818
<div class="text-center">
19-
<h1>On the way ..</h1>
19+
<h1 class="cs-title">On the way ..</h1>
2020
<p>: :&nbsp;&nbsp;&nbsp;&nbsp;: :&nbsp;&nbsp;&nbsp;&nbsp;: :</p>
21-
<div class="text-muted">Mighty Addons is coming up with a pro version very soon.<br> Sign Up for an exclusive launch offer. </div>
21+
<div class="text-muted cs-description">Mighty Addons is coming up with a pro version very soon.<br> Sign Up for an exclusive launch offer. </div>
2222
<a href="https://mailchi.mp/58871d7350d3/mightyaddonspro" target="_BLANK" class="button ma-btn cs-cta"><?php echo __('Get Aboard', 'mighty-addons'); ?></a>
2323
</div>
2424
</div>

0 commit comments

Comments
 (0)