amp.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. .__amp {
  2. font-family: Arial, Helvetica, sans-serif;
  3. font-size: 18px;
  4. }
  5. .__amp .amp-logo {
  6. display: block;
  7. text-align: center;
  8. padding: 20px 0;
  9. }
  10. .__amp .icon-amic-logo {
  11. width: 100px;
  12. height: 27px;
  13. }
  14. .__amp .amp-header {
  15. background-color: #3b5573;
  16. color: white;
  17. padding: 20px 15px;
  18. }
  19. .__amp .amp-main {
  20. padding: 0 15px;
  21. }
  22. .__amp .amp-title {
  23. font-size: 24px;
  24. }
  25. .__amp .amp-image {
  26. margin-top: 20px;
  27. width: 100%;
  28. height: 250px;
  29. position: relative;
  30. }
  31. .__amp .amp-link {
  32. margin-top: 20px;
  33. text-decoration: none;
  34. display: block;
  35. text-align: center;
  36. background-color: #3b5573;
  37. color: white;
  38. padding: 20px 15px;
  39. }
  40. /* Content styles */
  41. .__amp .amp-content h2 {
  42. font-size: 22px;
  43. }
  44. .__amp .amp-content img {
  45. object-fit: cover;
  46. }
  47. /* Inject style in content */
  48. .__amp .detail-article-news__wrapper {
  49. position: relative;
  50. padding: 15px 0;
  51. border-top: 1px solid #AEAEAE;
  52. border-bottom: 1px solid #AEAEAE;;
  53. }
  54. .__amp .detail-article-news__topic {
  55. display: none;
  56. }
  57. .__amp .detail-article-news__title {
  58. margin: 15px 0 0;
  59. }