| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- .grw-sidebar-content-header {
- .grw-btn-reload-rc {
- font-size: 18px;
- }
- .grw-recent-changes-resize-button {
- font-size: 12px;
- transform: translateY(4px);
- .custom-control-input:not(:checked) + .custom-control-label::before {
- padding-left: 16px;
- content: 'L';
- }
- .custom-control-input:checked + .custom-control-label::before {
- padding-left: 5px;
- content: 'S';
- }
- }
- }
- .list-group {
- .list-group-item {
- .grw-recent-changes-item-lower {
- height: 17.5px;
- }
- .footstamp-icon {
- svg {
- width: 14px;
- height: 14px;
- transform: translateY(-3.5px);
- }
- }
- .grw-list-counts {
- height: 14px;
- font-size: 12px;
- }
- .grw-formatted-distance-date {
- font-size: 10px;
- }
- .icon-lock {
- font-size: 14px;
- }
- }
- }
|