| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .grw-page-accessories-control {
- line-height: 1.25;
- border-bottom: 1px solid transparent;
- .grw-btn-page-accessories {
- padding: 0.375rem;
- svg {
- width: 16px;
- height: 16px;
- }
- }
- .grw-border-vr {
- height: 25px;
- border-left: solid 1px transparent;
- }
- .seen-user-count {
- font-size: 12px;
- font-weight: bolder;
- }
- .grw-seen-user-info {
- .btn {
- white-space: nowrap;
- }
- }
- .seen-user-popover {
- max-width: 200px;
- .user-list-content {
- direction: rtl;
- .liker-user-count,
- .seen-user-count {
- font-size: 12px;
- font-weight: bolder;
- }
- }
- .cls-1 {
- isolation: isolate;
- }
- }
- }
|