UNPKG
react-bracket
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Simple bracket charts for React
react-bracket
/
examples
/
src
/
example.less
20 lines
(15 loc)
•
232 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
@import
"../../less/default.less"
;
.phase-time
{
width
:
2em
; }
.bracket
.game
{
padding-left
:
10px
; }
.participant
{
display
: inline-block;
min-width
:
100px
;
padding-left
:
10px
; }
.bracket
.bigger
.round
{
width
:
300px
; }