]> git.immae.eu Git - github/fretlink/time-picker.git/blame - assets/index/Picker.less
update style
[github/fretlink/time-picker.git] / assets / index / Picker.less
CommitLineData
8133e8cf 1.@{prefixClass} {
2 &-input {
db4e4d6e 3 width: 100%;
8133e8cf 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;
2c639dd6 15 border-radius: 4px;
8133e8cf 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);
e75ed0c6
M
17 }
18}