]> git.immae.eu Git - github/fretlink/time-picker.git/blob - assets/index/Picker.less
update style
[github/fretlink/time-picker.git] / assets / index / Picker.less
1 .@{prefixClass} {
2 &-input {
3 width: 100%;
4 position: relative;
5 display: inline-block;
6 padding: 4px 7px;
7 height: 28px;
8 cursor: text;
9 font-size: 12px;
10 line-height: 1.5;
11 color: #666;
12 background-color: #fff;
13 background-image: none;
14 border: 1px solid #d9d9d9;
15 border-radius: 4px;
16 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);
17 }
18 }