scss 1#todoapp-angular-ngrx

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss 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;
    }
}

以上是关于scss 1#todoapp-angular-ngrx的主要内容,如果未能解决你的问题,请参考以下文章

scss CSS-断点-mixin的1.scss

scss 1:Nで変数を管理するSCSS

SCSS--SCSS 常用属性合集

vue2.0以上版本安装sass(scss)

SCSS--SCSS相关介绍

uniapp踩坑记录-外部scss文件使用scss语法不生效