Project Docs Github
Log in
ittf site webapi styles.css.ittf Edit
  • /ittf/site/webapi/styles.css.ittf

/ittf/site/webapi/styles.css.ittf (primary)

edit
                                            
1 css
2 < body
3 font-size 15px
4 < li
5 list-style none
6 < a
7 text-decoration none
8 . d-container
9 display flex
10 . d-left-aside
11 height 100%
12 min-width 20rem
13 overflow auto
14 padding-right 1rem
15 < ul
16 < li
17 padding 2px
18 < a
19 color #000
20 & :hover
21 color #fff
22 background-color #555
23 . d-main-content
24 padding-left 1rem
25 overflow auto
26 padding-right 1rem
27 height 800px
28 overflow auto
29 . d-right-aside
30 height 100%
31 max-width 40rem
32 overflow auto
33 . d-api-prop
34 display flex
35 padding 0.5rem 1rem
36 font-size 1.2rem
37 . d-api-prop-name
38 min-width 12rem
39 font-style italic
40 . d-api-prop-value
41 font-weight bold
42 . d-params-panel
43 margin-top 0.2rem
44 border 1px solid #ddd
45 . d-param
46 display flex
47 margin 0.2rem 0
48 width 100%
49 . d-param-label
50 min-width 10rem
51 padding 0.2rem
52 background-color #ddd
53 . d-param-input
54 padding 0.2rem
55 width 100%
56 < input
57 padding 0.2rem
58 width 32rem
59 font-weight 700
Save
Save & Refresh
Cancel