diff options
author | yiminghe <yiminghe@gmail.com> | 2015-11-27 16:15:05 +0800 |
---|---|---|
committer | yiminghe <yiminghe@gmail.com> | 2015-11-27 16:15:05 +0800 |
commit | 8133e8cf3b37b2be764616493ade7c7a7678fce1 (patch) | |
tree | 4321352889ab62f18ff8703adac8756ddb506dc0 /assets/index.less | |
parent | 7702bb67968104a64fa85ba7e893bf2393eeb3c5 (diff) | |
download | time-picker-8133e8cf3b37b2be764616493ade7c7a7678fce1.tar.gz time-picker-8133e8cf3b37b2be764616493ade7c7a7678fce1.tar.zst time-picker-8133e8cf3b37b2be764616493ade7c7a7678fce1.zip |
add gregorianCalendarLocale prop1.0.0-alpha1
Diffstat (limited to 'assets/index.less')
-rw-r--r-- | assets/index.less | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/assets/index.less b/assets/index.less index 36156cb..f4caf00 100644 --- a/assets/index.less +++ b/assets/index.less | |||
@@ -1,23 +1,14 @@ | |||
1 | @prefixClass: rc-time-picker; | 1 | @prefixClass: rc-time-picker; |
2 | 2 | ||
3 | .@{prefixClass} { | 3 | .@{prefixClass} { |
4 | display: inline; | 4 | display: inline-block; |
5 | box-sizing: border-box; | 5 | box-sizing: border-box; |
6 | * { | 6 | * { |
7 | box-sizing: border-box; | 7 | box-sizing: border-box; |
8 | } | 8 | } |
9 | } | 9 | } |
10 | 10 | ||
11 | @font-face { | ||
12 | font-family: 'anticon'; | ||
13 | src: url('//at.alicdn.com/t/font_1434092639_4910953.eot'); | ||
14 | /* IE9*/ | ||
15 | src: url('//at.alicdn.com/t/font_1434092639_4910953.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('//at.alicdn.com/t/font_1434092639_4910953.woff') format('woff'), /* chrome、firefox */ url('//at.alicdn.com/t/font_1434092639_4910953.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('//at.alicdn.com/t/font_1434092639_4910953.svg#iconfont') format('svg'); | ||
16 | /* iOS 4.1- */ | ||
17 | } | ||
18 | |||
19 | @import "./index/Picker"; | 11 | @import "./index/Picker"; |
20 | @import "./index/Panel"; | 12 | @import "./index/Panel"; |
21 | @import "./index/Header"; | 13 | @import "./index/Header"; |
22 | @import "./index/Combobox"; | ||
23 | @import "./index/Select"; | 14 | @import "./index/Select"; |