HEX
Server: Apache
System: Linux intelligent-franklin.159-253-45-41.plesk.page 3.10.0-962.3.2.lve1.5.79.el7.x86_64 #1 SMP Wed Mar 15 09:10:44 UTC 2023 x86_64
User: sysuser_f (10029)
PHP: 7.3.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/3chukuk.com/httpdocs/wp-content/themes/Newspaper/includes/less_files/pinterest.less
/* general */
.td-pinterest-main {
  column-count: 1;
  column-gap: 0;

  .td-pinterest-element {
    display: block;

    img {
      display: block;
      border-bottom: 0 solid transparent;
    }
  }
}

//columns
.td_block_pinterest {
  // 1 column
  .td-column-1 {
    .td-pinterest-user-meta .td-pinterest-board {
      max-width: 35%;
    }

    .td-pinterest-user-meta a {
      display: block;
    }
  }
}

//pinterest grid
.td-pinterest-gap-2 {
  column-gap: 2px;

  .td-pinterest-element {
    img {
      border-bottom-width: 2px;
    }
  }
}

.td-pinterest-gap-5 {
  column-gap: 5px;

  .td-pinterest-element {
    img {
      border-bottom-width: 5px;
    }
  }
}

.td-pinterest-gap-10 {
  column-gap: 10px;

  .td-pinterest-element {
    img {
      border-bottom-width: 10px;
    }
  }
}

//pinterest header
.td-pinterest-header {
  margin-bottom: 26px;

  .td-pinterest-profile-image {
    width: 46px;
    height: 46px;
    border-radius: 60px;
    overflow: hidden;
    margin-right: 12px;
    float: left;
  }

  .td-pinterest-user-meta {
    padding-top: 2px;

    a {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
    }

    .td-pinterest-user {
      max-width: 50%;
      margin-right: 10px;
      font-size: 15px;
      font-weight: bold;
      color: #363636;
    }
    .td-pinterest-board {
      max-width: 25%;
      font-size: 12px;
      color: #8e8e8e;
      line-height: 18px;
    }
  }

  .td-pinterest-followers {
    display: inline-block;
    font-size: 10px;
    line-height: 15px;
    position: relative;
    top: -5px;
  }
}