1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
.popover { min-width: 300px; .popover-body .user-popover { padding: $gl-padding-8; font-size: $gl-font-size-small; line-height: $gl-line-height; .category-icon { color: $gray-600; } } } .mr-popover { .text-secondary { font-size: 12px; line-height: 1.33; } }