Your IP : 216.73.216.123


Current Path : /home/smartbloks/.trash/bbp-core/assets/scss/
Upload File :
Current File : /home/smartbloks/.trash/bbp-core/assets/scss/bbpc-admin.scss

/*-- Codestar Framework --*/
.csf-field .csf-title {
  width: 25%;
}

.csf-field .csf-fieldset {
  float: right;
  width: calc(70% - 20px);
}

.bbpc-core-main * {
  box-sizing: border-box;
}

.bbp-core-main .bbp-core-intro {
  font-size: 16px;
}

.bbpc-stat-cards {
  display: flex;
  gap: 30px;
}

.bbpc-stat-card {
  background-color: #fff;
}

.bbpc-dashboard {
  display: flex;
}

.bbpc-panel {
  width: 250px;
  border-right: 1px solid #ccc;
  margin-right: 20px;
}

.bbpc-logo {
  margin-bottom: 50px;
}

.bbpc-stats {
  flex-basis: 3;
}

.bbpc-heading {
  margin-bottom: 60px;
}

.bbpc-card-heading h2 {
  margin: 0;
  background: #ddd;
  padding: 10px;
  line-height: 1;
}

.bbp-core-settings {
  max-width: 960px;
}

/* Menu */
.bbpc-group-menu li a {
  border: 1px solid #6831c1;
  background: #6831c1;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  display: block;
  font-size: 15px;
  width: calc(100% - 20px);
  padding: 10px 20px;
  font-weight: 500;
  letter-spacing: 0px;
}

.bbpc-card-data {
  padding: 15px 25px;
}

.forum-info {
  display: flex;
  flex-wrap: wrap;
}

.forum-info li {
  flex: 50%;
  margin-bottom: 20px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 18px;
}

.forum-info li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#bbpc-forum {
  transition: 0.3s all ease;
}

#bbpc-forum:hover {
  color: var(--clr-white);
}

.easydocs-navitem .title img {
  max-height: 25px;
  max-width: 25px;
}

.bbpc-trash-filter {
  border-radius: 1.875rem;
  margin-bottom: 0;
  background-color: rgba(212, 23, 23, 0.1);
  svg {
    fill: rgba(212, 23, 23, 1);
  }
  a {
    justify-content: center;
    gap: 0.3125rem;
    padding: 0.25rem 0.75rem;
    font-size: 14px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: rgba(212, 23, 23, 1);
  }
  &:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}

.bbpc-settings-icon{
  background: rgba(0, 0, 255, 0.058);
  padding: 10px;
  border-radius: 50%;
}

.bbpc-approve-btn{
  margin-left: 7px;
  margin-right: 3px;
  border: 1px solid #2DB22D;
  color: #2DB22D;
  border-radius: 50%;

  &:hover{
    border: 1px solid #07a207;
    color: #07a207;
  }
}

.bbpc-filter-btn-settings{
  .csf--sibling{
    &.csf--active{
    border:1px solid #2DB22D;
    background-color: #2DB22D;
    }
  }
}