]> git.proxmox.com Git - rustc.git/blame - 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
CommitLineData
041b39d2
XL
1.nav-chapters {\r
2 font-size: 2.5em\r
3 text-align: center\r
4 text-decoration: none\r
5\r
6 position: absolute\r
7 top: 50px /* Height of menu-bar */\r
8 bottom: 0\r
9 margin: 0\r
10 max-width: 150px\r
11 min-width: 90px\r
12 display: flex\r
13 justify-content: center\r
14 align-content: center\r
15 flex-direction: column\r
16\r
17 transition: color 0.5s\r
18}\r
19\r
20.mobile-nav-chapters { display: none }\r
21.nav-chapters:hover { text-decoration: none }\r
22.previous { left: 0 }\r
23.next { right: 15px }\r