Sha256: f980f971678f5e7b864442fce013fb20eea6db23d22c118347cdf2df7da3b695

Contents?: true

Size: 1.17 KB

Versions: 17

Compression:

Stored size: 1.17 KB

Contents

.main_row {
  background-color: $white;
  color: var(--txtColor1);
  font-size: 12px;

  .footer_subheading {
    color: $black;
    font-weight: 900;
  }
  .input_div {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.26);
    padding: 4px 4px;
    border-radius: 4px;
  }
  .input_div > .input__design {
    border: none;
    font-size: 0.7rem;
    padding-left: 5px;
    outline: none;
  }
  .my_btn {
    border-radius: 5px;
    padding: 4px 20px !important;
    border: none;
    color: $white;
    background: #00ab6b;
  }
}
.footer__link {
  color: gray;
  text-decoration: none;
  font-size: 0.8rem;
  &:hover {
    text-decoration: underline !important;
    transition: all 0.5s linear;
  }
}
/* for footer-social-icons */
.s_link {
  margin: 0 20px;
  font-size: 1rem;
  color: #00ab6b;
  z-index: 99999;
  border-radius: 100%;
}

@media (max-width: 768px) {
  .footer__flexbox {
    flex-direction: column;
    text-align: center;
  }
  .input_div {
    text-align: left;
  }
  .my_btn {
    width: 100%;
  }
  .usefull_links {
    flex-direction: column;
  }
  .decimal_links {
    padding: 0 !important;
  }
}

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
blogging-site-theme-0.1.7 _sass/theme/_footer.scss
blogging-site-theme-0.1.6 _sass/theme/_footer.scss
blogging-site-theme-0.1.5 _sass/theme/_footer.scss
blogging-site-theme-0.1.4 _sass/theme/_footer.scss
blogging-site-theme-0.1.3 _sass/theme/_footer.scss
blogging-site-theme-0.1.2 _sass/theme/_footer.scss
blogging-site-theme-0.1.1 _sass/theme/_footer.scss
blogging-site-theme-0.1 _sass/theme/_footer.scss
best-blogging-theme-0.2.1 _sass/theme/_footer.scss
best-blogging-theme-0.2.0 _sass/theme/_footer.scss
best-blogging-theme-0.1.9 _sass/theme/_footer.scss
best-blogging-theme-0.1.8 _sass/theme/_footer.scss
best-blogging-theme-0.1.7 _sass/theme/_footer.scss
best-blogging-theme-0.1.6 _sass/theme/_footer.scss
best-blogging-theme-0.1.5 _sass/theme/_footer.scss
best-blogging-theme-0.1.4 _sass/theme/_footer.scss
best-blogging-theme-0.1.3 _sass/theme/_footer.scss