nomanHasan
10/11/2017 - 6:45 AM

1 #todoapp-angular-ngrx

.options{
    display: flex;
    flex-direction: row;

    button{
        flex:1;
        margin: 5px;
    }
}

:host{
    margin: 10px;
}
.done{
    background: #79D879;
}
.selected{
    background: #004700;
}
.loading{
    background: #A0A0A0;
}
.edited{
    background: #D570FD;
}
.error{
    background: #FD7070;
}

div{
    p{
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}