gtranslate-notices.css 1017 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .gt-admin-notice {
  2. background: #fff;
  3. border-color: #ED494D;
  4. border-top: 4px;
  5. display: block;
  6. min-height: 68px;
  7. padding: 10px 40px 10px 145px;
  8. position: relative;
  9. }
  10. .gt-admin-notice a {
  11. color: #ED494D;
  12. }
  13. .gt-notice-logo {
  14. clear: both;
  15. content: "";
  16. display: block;
  17. background-image: url(gt_logo.svg);
  18. background-size: 125px auto;
  19. background-repeat: no-repeat;
  20. background-position: 0 45%;
  21. width: 125px;
  22. position: absolute;
  23. top: 0;
  24. bottom: 0;
  25. left: 5px;
  26. }
  27. .gt-admin-notice > .dashicons {
  28. color: #424242;
  29. position: absolute;
  30. right: 20px;
  31. top: 40%;
  32. }
  33. .gt-notice-title {
  34. font-size: 24px;
  35. margin: 0;
  36. }
  37. .gt-notice-body {
  38. font-weight: normal;
  39. margin: 5px 0;
  40. }
  41. .gt-notice-body:after {
  42. clear: both;
  43. content: "";
  44. display: block;
  45. }
  46. .gt-notice-body li {
  47. float: left;
  48. margin-right: 20px;
  49. }
  50. .gt-notice-body .dashicons {
  51. font-size: 17px;
  52. vertical-align: middle;
  53. }
  54. .gt-red {
  55. color: #ED494D;
  56. }