_full-site-editing-editor.scss 1006 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. @import "../../varia/sass/full-site-editing/editor";
  2. .site-header, .site-footer {
  3. .site-title {
  4. font-size: 20px;
  5. @include media(mobile) {
  6. font-size: 24px;
  7. }
  8. }
  9. .site-description {
  10. font-size: 13.8px;
  11. @include media(mobile) {
  12. font-size: 16.6px;
  13. }
  14. }
  15. .wp-block-cover,
  16. .wp-block-cover-image {
  17. .site-title,
  18. .site-description {
  19. text-shadow: 0 0 6px map-deep-get($config-global, "color", "black");
  20. }
  21. }
  22. }
  23. .site-header {
  24. .site-title {
  25. text-decoration: none;
  26. }
  27. .main-navigation {
  28. text-align: center;
  29. ul {
  30. justify-content: center;
  31. a {
  32. font-size: 20px;
  33. text-decoration: none;
  34. }
  35. }
  36. }
  37. }
  38. .site-footer {
  39. .site-title {
  40. font-weight: 700;
  41. }
  42. .main-navigation .footer-menu {
  43. justify-content: center;
  44. @include media(tablet) {
  45. justify-content: flex-end;
  46. }
  47. a {
  48. font-size: 16.6px;
  49. text-decoration: none;
  50. @include media(mobile-only) {
  51. font-size: 13.8px;
  52. padding: 0 8px;
  53. }
  54. }
  55. }
  56. }
  57. .post-content__block {
  58. margin-top: -36px;
  59. }