diff options
author | 崖鹰 <zhao.wuz@alipay.com> | 2015-11-13 11:33:48 +0800 |
---|---|---|
committer | 崖鹰 <zhao.wuz@alipay.com> | 2015-11-13 11:33:48 +0800 |
commit | 02de449a0474765a4796fa607e7e3922252f574f (patch) | |
tree | dc37faf2f610343112ea1fc3707ad188092bd031 /assets/index.less | |
parent | 1f336fabc9135ac971e53d9c2ae407db69b8f096 (diff) | |
download | time-picker-02de449a0474765a4796fa607e7e3922252f574f.tar.gz time-picker-02de449a0474765a4796fa607e7e3922252f574f.tar.zst time-picker-02de449a0474765a4796fa607e7e3922252f574f.zip |
release 0.1.0
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"; | ||