diff options
Diffstat (limited to 'assets/index.less')
-rw-r--r-- | assets/index.less | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/assets/index.less b/assets/index.less new file mode 100644 index 0000000..2ab247b --- /dev/null +++ b/assets/index.less | |||
@@ -0,0 +1,22 @@ | |||
1 | @prefixClass: rc-timepicker; | ||
2 | |||
3 | .@{prefixClass} { | ||
4 | box-sizing: border-box; | ||
5 | * { | ||
6 | box-sizing: border-box; | ||
7 | } | ||
8 | } | ||
9 | |||
10 | @font-face { | ||
11 | font-family: 'anticon'; | ||
12 | src: url('//at.alicdn.com/t/font_1434092639_4910953.eot'); | ||
13 | /* IE9*/ | ||
14 | 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'); | ||
15 | /* iOS 4.1- */ | ||
16 | } | ||
17 | |||
18 | @import "./index/Picker"; | ||
19 | @import "./index/TimePanel"; | ||
20 | @import "./index/Header"; | ||
21 | @import "./index/Combobox"; | ||
22 | @import "./index/Select"; | ||