| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- .top-of-table-contents {
- flex-wrap: wrap;
- .grw-btn-top-of-table {
- svg {
- width: 16px;
- height: 16px;
- }
- }
- .seen-user-count {
- font-size: 12px;
- font-weight: bolder;
- }
- .grw-seen-user-list {
- border-left: 1px solid;
- .btn {
- white-space: nowrap;
- }
- }
- .seen-user-popover {
- max-width: 200px;
- }
- }
- .revision-toc {
- // to get on the Attachment row
- z-index: 1;
- font-size: 0.9em;
- .revision-toc-content {
- padding: 10px;
- > ul {
- padding-left: 0;
- ul {
- padding-left: 1em;
- }
- }
- // first level of li
- > ul > li {
- padding: 5px;
- margin: 4px 4px 4px 17px;
- }
- }
- .grw-icon-container-recently-created {
- svg {
- width: 14px;
- height: 14px;
- }
- }
- }
|