When you see this thread

Out of context: Reply #48

  • Started
  • Last post
  • 67 Responses
  • aliastime0

    a.task-expand {
    background-color: $lightMedColor - 10;
    border-radius: 50%;
    display: block;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 32px;
    @include transition (all .3s ease);
    width: 25px;
    i {
    display: block;
    margin: 6px 0 0 9px;
    }
    &:hover {
    background-color: $blueColor;
    color: #fff;
    // @include transform(rotate(90deg));
    }
    &.expanded {
    background-color: $blueColor;
    color: #fff;
    @include transform(rotate(90deg));
    i {
    margin: 6px 0 0 8px;
    }
    }
    }

View thread