]> git.proxmox.com Git - rustc.git/blob - src/vendor/mdbook/src/theme/stylus/nav-icons.styl
New upstream version 1.20.0+dfsg1
[rustc.git] / src / vendor / mdbook / src / theme / stylus / nav-icons.styl
1 .nav-chapters {
2 font-size: 2.5em
3 text-align: center
4 text-decoration: none
5
6 position: absolute
7 top: 50px /* Height of menu-bar */
8 bottom: 0
9 margin: 0
10 max-width: 150px
11 min-width: 90px
12 display: flex
13 justify-content: center
14 align-content: center
15 flex-direction: column
16
17 transition: color 0.5s
18 }
19
20 .mobile-nav-chapters { display: none }
21 .nav-chapters:hover { text-decoration: none }
22 .previous { left: 0 }
23 .next { right: 15px }