UNPKG
react-zeanium-ui-ui
Version:
latest (0.1.1)
0.1.1
Zeanium UI Framework for React.js
react-zeanium-ui-ui
/
less
/
panel
/
default.less
18 lines
(16 loc)
•
315 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.rt-panel
.c-default
{
border
:
1px
solid
#dddcdc
;
margin-bottom
:
8px
;
.p-head
{
color
:
#666
;
text-indent
:
5px
;
line-height
:
3.5rem
;
border-bottom
:
1px
solid
#dddcdc
; }
.p-body
{
background-color
:
#F9F9F9
;
min-height
:
10px
; }
.p-foot
{ } }