# wt-security/2.2.2/htdocs/css/footer.css

WebTotem Security, version 2.2.2. 80 lines.

- Page: https://pluginprobe.com/plugins/wt-security/2.2.2/code/htdocs/css/footer.css
- Raw: https://pluginprobe.com/plugins/wt-security/2.2.2/raw/htdocs/css/footer.css
- Modified: 2020-10-06T09:33:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wt-security/2.2.2/code/htdocs/css/footer.css#L10-L20`.

```css
.wtotem_footer {
  padding-top: 18px;
  padding-bottom: 20px;
  background: #f3f5f6; }
  .wtotem_footer__first {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 21px; }
  .wtotem_footer__caption {
    display: flex;
    align-items: center; }
  .wtotem_footer__logo {
    margin-right: 12px;
    background: url("../img/logo-blue.svg") no-repeat center center/cover;
    width: 20px;
    height: 32px; }
  .wtotem_footer__text {
    font-size: 12px;
    color: #5e6977;
    line-height: 12px;
    font-weight: 500; }
  .wtotem_footer__contacts {
    width: 200px;
    display: flex;
    justify-content: space-between; }
  .wtotem_footer__link {
    font-weight: 500; }
  .wtotem_footer__line {
    height: 1px;
    background: #e1e8ee;
    margin-bottom: 26px; }
  .wtotem_footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .wtotem_footer__left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 255px; }
  .wtotem_footer__text {
    font-size: 12px;
    font-weight: 500;
    color: #5e6977; }
  .wtotem_footer__store {
    margin-bottom: -5px; }
  .wtotem_footer__app-store {
    width: 19px;
    height: 19px;
    background: url("../img/app-store.svg") no-repeat center center/cover; }
  .wtotem_footer__play-store {
    width: 17px;
    height: 19px;
    background: url("../img/play-store.svg") no-repeat center center/cover; }
  .wtotem_footer__soc-link {
    margin-right: 20px; }
    .wtotem_footer__soc-link:last-child {
      margin-right: 0; }
  .wtotem_footer__payment {
    width: 166px;
    display: flex;
    justify-content: space-between;
    align-items: center; }

/* 576-768px sm  Small */
@media screen and (max-width: 768px) {
  .wtotem_footer__store, .wtotem_footer__soc, .wtotem_footer__payment, .wtotem_footer__line {
    display: none; }
  .wtotem_footer__caption, .wtotem_footer__left, .wtotem_footer__text {
    margin: 0 auto; }
  .wtotem_footer__caption {
    flex-direction: column; }
  .wtotem_footer__logo {
    margin-bottom: 18px; } }

/* 320-576px     Extra small */

/*# sourceMappingURL=footer.css.map */

```
