UNPKG
kityminder
Version:
latest (1.0.1)
1.0.1
Kity Minder
github.com/fex-team/kityminder
fex-team/kityminder
kityminder
/
lib
/
fui
/
theme
/
word
/
toolbar.less
24 lines
(17 loc)
•
295 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.bw-toolbar
{
border
:
1px
solid
#c3c3c3
;
border-width
:
1px
0
;
.tabs-buttons
{
background
:
#e1e1e1
;
.bw-tabs-btn
{
padding
:
7px
14px
; &
.fui-selected
{
background-color
:
#fff
; } } }
.tabs-panels
{
background
:
#fff
;
padding
:
5px
; } }