Newer
Older
GestionHoteleria / src / scss / custom / pages / _profile.scss
James Cuadrado on 29 Apr 2021 525 bytes new
// 
// profile.scss
//

.profile-pills {
    li{
      a{
        color: $gray-500 !important;
        padding: 0 10px;
        display: block;
        line-height: 30px !important;
  
        i {
          font-size: 14px;
        }
      }
    }
}

.comment-footer {
    display: block;
    font-size: 12px;;

    i {
      font-size: 13px;
      margin-right: 7px;
    }
  }
  .comment-footer, .comment-footer a {
    color: rgba($dark, 0.5);

    &:hover {
      color: $primary;
    }
}