_bookmarks.scss 735 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. $grw-sidebar-content-header-height: 58px;
  2. $grw-sidebar-content-footer-height: 50px;
  3. .grw-bookmarks-list {
  4. min-height: calc(100vh - ($grw-navbar-height + $grw-navbar-border-width + $grw-sidebar-content-header-height + $grw-sidebar-content-footer-height));
  5. .btn-page-item-control {
  6. .icon-plus::before {
  7. font-size: 18px;
  8. }
  9. }
  10. .list-group-item {
  11. .grw-visible-on-hover {
  12. display: none;
  13. }
  14. &:hover {
  15. .grw-visible-on-hover {
  16. display: block;
  17. }
  18. }
  19. .grw-bookmarks-title-anchor {
  20. width: 100%;
  21. overflow: hidden;
  22. text-decoration: none;
  23. }
  24. }
  25. .grw-bookmarks-item-container {
  26. .list-group-item {
  27. min-width: 35px;
  28. height: 40px;
  29. }
  30. }
  31. }