aboutsummaryrefslogblamecommitdiffhomepage
path: root/assets/index/Picker.less
blob: 610c2b0a45bc9231ac4c8d6eecf971579a7e6131 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

                 
                










                              
                       
                                                                                                                                                                          




                          

   
.@{prefixClass} {
  &-input {
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 4px 7px;
    height: 28px;
    cursor: text;
    font-size: 12px;
    line-height: 1.5;
    color: #666;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: border .2s cubic-bezier(0.645, 0.045, 0.355, 1), background .2s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow .2s cubic-bezier(0.645, 0.045, 0.355, 1);
    &[disabled] {
      color: #ccc;
      background: #f7f7f7;
      cursor: not-allowed;
    }
  }
}