Logo white

other / mew-iview

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • mew-iview
  • src
  • styles
  • components
  • color-picker.less
  • update ColorPicker
    9673dcb0
    梁灏 authored
    2017-08-16 16:36:17 +0800  
    Browse Code »
color-picker.less 452 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
@color-picker-prefix-cls: ~"@{css-prefix}color-picker";

.@{color-picker-prefix-cls} {
    &-rel{
        line-height: 0;
    }
    &-color{
        width: 18px;
        height: 18px;
        border: 1px solid @text-color;
        position: relative;
        top: 2px;
    }
    &-large &-color{
        width: 20px;
        height: 20px;
        top: 1px;
    }
    &-small &-color{
        width: 14px;
        height: 14px;
        top: 3px;
    }
}