/ittf/meta/document/t/css/tn.css.ittf (primary)
edit
1 $group
2 # tn-input-toggle
3 display none
4 . tn-bar
5 position fixed
6 min-width 100%
7 background-color ${opt.c_bg_tn_bar}
8 . tn-main
9 - flex for logo and menu UL
10 display flex
11 align-items center
12 - space-between evenly distributes the child elements within the parent flex container
13 justify-content space-between
14 padding 1rem 1rem
15 . logo
16 background-color ${opt.c_bg_tn_bar}
17 < img
18 width 7rem
19 height 3rem
20 & :hover
21 background-color ${opt.c_tn_bg_logo_hover}
22 < ul
23 display flex
24 justify-content space-between
25 list-style-type none
26 - width is required for justify-content to take effect
27 width 90%
28 < li
29 display inline-block
30 padding 1rem
31 font-size 1.6rem
32 < a
33 text-decoration none
34 & :hover
35 color ${opt.c_tn_2}
36 . tn-breadcrumbs
37 margin 5px
38 background-color ${opt.c_bg_tn_main}