astra-notices-rtl.css 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. .astra-review-notice-container {
  2. display: flex;
  3. align-items: center;
  4. padding-top: 10px;
  5. }
  6. .astra-review-notice-container .dashicons {
  7. font-size: 1.4em;
  8. padding-right: 10px;
  9. }
  10. .astra-review-notice-container a {
  11. padding-right: 5px;
  12. text-decoration: none;
  13. }
  14. .astra-review-notice-container .dashicons:first-child {
  15. padding-right: 0;
  16. }
  17. .notice-image img {
  18. max-width: 90px;
  19. }
  20. .notice-content .notice-heading {
  21. padding-bottom: 5px;
  22. }
  23. .notice-content {
  24. margin-right: 15px;
  25. }
  26. .notice-container {
  27. padding-top: 10px;
  28. padding-bottom: 10px;
  29. display: flex;
  30. justify-content: left;
  31. align-items: center;
  32. }
  33. #astra-sites-on-active .notice-image img {
  34. max-width: 60px;
  35. margin-right: 5px;
  36. }
  37. #astra-sites-on-active .notice-content .notice-heading {
  38. margin: 0 0 8px;
  39. padding: 0;
  40. font-weight: bolder;
  41. font-size: 1.3em;
  42. color: #2e4453;
  43. }
  44. #astra-sites-on-active .notice-content p {
  45. padding-top: 0;
  46. margin-top: 0;
  47. margin-bottom: 6px;
  48. }
  49. #astra-sites-on-active .notice-container {
  50. padding: 18px 0 18px;
  51. align-items: start;
  52. }
  53. #astra-sites-on-active .button.button-hero {
  54. font-size: 13px;
  55. min-height: 30px;
  56. line-height: 26px;
  57. padding: 0 12px;
  58. height: 30px;
  59. }
  60. #astra-sites-on-active .astra-review-notice-container {
  61. padding-top: 5px;
  62. }
  63. #astra-sites-on-active .button-primary {
  64. box-shadow: 0 1px 0 #006799;
  65. }
  66. #astra-sites-on-active .button.updating-message:before,
  67. #astra-sites-on-active .button.updated-message:before,
  68. #astra-sites-on-active .button.installed:before,
  69. #astra-sites-on-active .button.installing:before {
  70. margin: 4px -1px 0px 5px;
  71. }