// ==================================================================
// User Block
// ==================================================================
##{$prefix}user-block {
  text-align: center;
  .#{$prefix}user-pic {
    $size           : 100px;
    display         : none;
    width           : $size;
    height          : $size;
    border-radius   : 50%;
    border          : 1px solid $default;
    background-color: $default;
    overflow        : hidden;
    margin          : 0 auto 10px;
    > span {
      background-size: cover;
      display        : block;
      width          : 100%;
      height         : 100%;
    }
  }
  .#{$prefix}user-icon {
    display: none;
    > i {
      font-size: 100px;
      color    : $default;
    }
  }
}
