Nest category-icon inside .user-popover

This commit is contained in:
Enrique Alcantara 2019-06-07 15:33:47 -04:00
parent ea6147d6d1
commit 0ff9742999
No known key found for this signature in database
GPG Key ID: 4D32BDBF4BF2EFD4
1 changed files with 4 additions and 4 deletions

View File

@ -4,10 +4,6 @@
box-shadow: 0 2px 3px 1px $gray-200;
font-size: $gl-font-size-small;
.category-icon {
color: $gray-600;
}
/**
* Blue popover variation
*/
@ -129,6 +125,10 @@
.user-popover {
padding: $gl-padding-8;
line-height: $gl-line-height;
.category-icon {
color: $gray-600;
}
}
.onboarding-welcome-page {