[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentynineteen/sass/site/footer/ -> _site-footer.scss (source)

   1  /* Site footer */
   2  
   3  #colophon {
   4  
   5      .widget-area,
   6      .site-info {
   7          margin: calc(2 * #{$size__spacing-unit}) $size__spacing-unit;
   8  
   9          @include media(tablet) {
  10              margin: calc(3 * #{$size__spacing-unit}) $size__site-margins;
  11          }
  12      }
  13  
  14      .widget-column {
  15          display: flex;
  16          flex-wrap: wrap;
  17          .widget {
  18              -webkit-hyphens: auto;
  19              -moz-hyphens: auto;
  20              -ms-hyphens: auto;
  21              hyphens: auto;
  22              width: 100%;
  23              word-wrap: break-word;
  24              @include media(desktop) {
  25                  margin-right: calc(3 * #{$size__spacing-unit});
  26                  width: calc(50% - (3 * #{$size__spacing-unit}));
  27              }
  28          }
  29      }
  30  
  31      .site-info {
  32          color: $color__text-light;
  33          -webkit-hyphens: auto;
  34          -moz-hyphens: auto;
  35          -ms-hyphens: auto;
  36          hyphens: auto;
  37          word-wrap: break-word;
  38  
  39          a {
  40              color: inherit;
  41  
  42              &:hover {
  43                  text-decoration: none;
  44                  color: $color__link;
  45              }
  46          }
  47  
  48          .imprint,
  49          .privacy-policy-link {
  50              margin-right: $size__spacing-unit;
  51          }
  52      }
  53  }


Generated : Thu Apr 25 08:20:02 2024 Cross-referenced by PHPXref