Guest User

Untitled

a guest
Jul 16th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. <div class="pageTitle">
  2. <h2>Agriculture and Allied Sectors</h2>
  3. <div class="btnArea"><a href="#" class="btn btn-primary"><i class="fa fa-angle-left" aria-hidden="true"></i> Back </a></div>
  4. </div>
  5.  
  6.  
  7. Button Changes Start for web
  8. ——————————————————
  9.  
  10. .pageTitle .btnArea .btn-primary { padding: 10px 15px !important; font-size: 16px; }
  11.  
  12. .pageTitle h2 {
  13. margin-bottom: 0;
  14. font-weight: 400;
  15. text-transform: initial;
  16. text-align: center;
  17. font-size: 25px;
  18. line-height: 30px;
  19. margin: 0 150px;
  20. }
  21.  
  22.  
  23. .pageTitle {
  24. position: relative;
  25. }
  26.  
  27.  
  28. .pageTitle .btnArea { margin-top: -43px; position: absolute; }
  29.  
  30.  
  31.  
  32. ————————————————
  33.  
  34. Button Changes Start for Mobile
  35. ————————————————————
  36.  
  37. @media screen and (max-width: 600px) {
  38.  
  39. .pageTitle { position: inherit; }
  40.  
  41. .pageTitle h2 { margin: 0px !important; }
  42.  
  43. .pageTitle .btnArea {
  44. margin-top: 0px;
  45. position: inherit;
  46. margin: 0px auto;
  47. display: table;
  48. }
  49.  
  50. .pageTitle .btnArea .btn-primary {
  51. padding: 8px 10px 23px !important;
  52. font-size: 12px;
  53. margin: 10px auto;
  54.  
  55. }
  56.  
  57. }
Add Comment
Please, Sign In to add comment