@import '../../../common/variables';

.bcs-AppActivity {
    width: 100%;

    &.bcs-is-pending {
        opacity: .4;
    }
}

.bcs-AppActivity-confirm {
    z-index: $overlay-z-index;
}

.bcs-AppActivity-content {
    color: $bdl-gray-80;
}

.bcs-AppActivity-icon {
    width: 32px;
    height: 32px;
}

.bcs-AppActivity-link {
    &.link {
        color: $blue;
    }
}

.bcs-AppActivity-headline {
    color: $bdl-gray;
    font-weight: bold;
}
