• This project
    • Loading...
  • Sign in

fe / yohoblk-wap · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohoblk-wap
  • public
  • scss
  • example
  • _index.css
  • add color 颜色
    c7f01455
    by ccbikai
    2016-07-18 10:58:22 +0800  
    Browse Files
_index.css 395 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
.example.color {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #999;

    &.black {
        background: $black;
    }

    &.white {
        background: $white;
    }

    &.red {
        background: $red;
    }

    &.green {
        background: $green;
    }

    &.grey {
        background: $grey;
    }

    &.blue {
        background: $blue;
    }
}