diff options
Diffstat (limited to 'assets/index/Panel.less')
-rw-r--r-- | assets/index/Panel.less | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/index/Panel.less b/assets/index/Panel.less new file mode 100644 index 0000000..0abdbfb --- /dev/null +++ b/assets/index/Panel.less | |||
@@ -0,0 +1,15 @@ | |||
1 | .@{prefixClass}-panel { | ||
2 | display: inline-block; | ||
3 | position: relative; | ||
4 | outline: none; | ||
5 | border: 1px solid #ccc; | ||
6 | list-style: none; | ||
7 | font-size: 12px; | ||
8 | text-align: left; | ||
9 | background-color: #fff; | ||
10 | border-radius: 3px; | ||
11 | box-shadow: 0 1px 5px #ccc; | ||
12 | background-clip: padding-box; | ||
13 | border: 1px solid #ccc; | ||
14 | line-height: 1.5; | ||
15 | } | ||