Sha256: 1e2159d9baa6f5f29f2c3a3a5a5258198dc45a60ee244e46da9de4c99d403609

Contents?: true

Size: 1.38 KB

Versions: 6

Compression:

Stored size: 1.38 KB

Contents

#wrapper {
  footer {
    #github_controls {
      a {
        -webkit-appearance: none;
      }
    }
    i {
      color: white;
      &:hover {
        color: $primary;
      }
    }
    a {
      color: white;
      &:hover {
        color: $primary;
      }
    }
    .main {
      background-color: $footer_bg_color;
      margin: 30px 0;
      .footer-column {
        margin: 30px 0;
        h3 {
          color: #ffffff;
          font-weight: 700;
          font-size: 26px;
          border-left: 5px solid $primary;
          padding-left: 15px;
        }
        ul.list-group {
          li {
            background-color: transparent;
            border: 0;
            padding-left: 0px;
            padding-right: 0px;
            transition: all 400ms ease;
            &:hover {
              padding-left: 4px;
            }
            a {
              color: #fff;
              font-size: 24px;
              font-weight: normal;
              &:hover {
                color: $primary;
                text-decoration: none;
                transition: color 0.5s ease;
                -moz-transition: color 0.5s ease;
                -webkit-transition: color 0.5s ease;
              }
            }
          }
        }
      }
    }
    .strip {
      background-color: $footer_strip_bg_color;
      .footer-logo {
        height: 40px;
        margin: 10px 0;
      }
    }
  }
}

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
linaro-jekyll-theme-5.1.0 _sass/core/footer.scss
linaro-jekyll-theme-5.0.1 _sass/core/footer.scss
linaro-jekyll-theme-5.0.0 _sass/core/footer.scss
linaro-jekyll-theme-4.3.3 _sass/core/footer.scss
linaro-jekyll-theme-4.3.2 _sass/core/footer.scss
linaro-jekyll-theme-4.3.1 _sass/core/footer.scss