_full-site-editing-editor.scss 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. @import "../../varia/sass/full-site-editing/editor";
  2. .fse-template-part {
  3. .has-normal-font-size {
  4. font-size: map-deep-get($config-global, "font", "size", "md");
  5. }
  6. .main-navigation {
  7. .alignwide, .alignfull {
  8. width: 100%;
  9. }
  10. a {
  11. text-decoration: none;
  12. text-transform: uppercase;
  13. }
  14. .has-background > .main-menu.footer-menu {
  15. padding: 0;
  16. }
  17. }
  18. &.fse-header .main-navigation {
  19. border-bottom: 2px solid rgba(0,0,0,.15);
  20. div ul li {
  21. @include media(mobile) {
  22. a::after {
  23. color: #ffa4ad;
  24. content: " \2022";
  25. margin-left: #{map-deep-get($config-global, "spacing", "unit")};
  26. display: inline;
  27. }
  28. &:last-child a::after {
  29. content: "";
  30. margin-left: 0;
  31. }
  32. }
  33. }
  34. }
  35. .wp-block-cover,
  36. .wp-block-cover-image {
  37. .site-title {
  38. font-weight: #{map-deep-get($config-heading, "font", "weight")};
  39. }
  40. .has-background {
  41. text-shadow: none;
  42. }
  43. }
  44. }
  45. .template-block {
  46. .wp-block-social-links {
  47. margin-top: 20px;
  48. }
  49. }
  50. .post-content__block {
  51. margin-top: -36px;
  52. }