book-navigation.css
Styling for the Book module.
File
-
core/
profiles/ demo_umami/ themes/ umami/ css/ classy/ components/ book-navigation.css
View source
- /**
- * @file
- * Styling for the Book module.
- */
-
- .book-navigation .menu {
- padding-top: 1em;
- padding-bottom: 0;
- }
- .book-navigation .book-pager {
- overflow: auto;
- margin: 0;
- padding: 0.5em 0;
- }
- .book-pager__item {
- display: inline-block;
- list-style-type: none;
- vertical-align: top;
- }
- .book-pager__item--previous {
- width: 45%;
- text-align: left; /* LTR */
- }
- [dir="rtl"] .book-pager__item--previous {
- float: right;
- text-align: right;
- }
- .book-pager__item--center {
- width: 8%;
- text-align: center;
- }
- .book-pager__item--next {
- float: right; /* LTR */
- width: 45%;
- text-align: right; /* LTR */
- }
- [dir="rtl"] .book-pager__item--next {
- float: left;
- text-align: left;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.