/ittf/meta/folder/t/css/tn.css.ittf (primary)
edit
1 $group
2 # tn-input-toggle
3 display none
4 . tn-bar
5 - We ensure that the navigation stays at the top of the browser window by giving it a position: fixed property.
6 - Setting its width to min-width: 100% will ensure that the navigation spans the full width of the browser window.
7 background-color ${opt.c_bg_tn_bar}
8 position fixed
9 min-width 100%
10 . tn-main
11 - flex for logo and menu UL
12 display flex
13 align-items center
14 - space-between evenly distributes the child elements within the parent flex container
15 justify-content space-between
16 padding 1rem 1rem
17 . logo
18 background-color ${opt.c_bg_tn_bar}
19 < img
20 width 7rem
21 height 3rem
22 & :hover
23 background-color ${opt.c_tn_bg_logo_hover}
24 . tn-breadcrumbs
25 margin 5px
26 background-color $opt.c_bg_tn_main}