File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed
Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 11body {
22 font-family : "Roboto" , sans-serif;
3- font-size : 14 px ;
3+ font-size : 15 px ;
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+ }
Original file line number Diff line number Diff line change 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>: : : : : :</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="">
Original file line number Diff line number Diff line change 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>: : : : : :</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>
You can’t perform that action at this time.
0 commit comments