2018-12-07 22:12:23 -05:00
|
|
|
.popover {
|
|
|
|
min-width: 300px;
|
|
|
|
|
|
|
|
.popover-body .user-popover {
|
|
|
|
padding: $gl-padding-8;
|
|
|
|
font-size: $gl-font-size-small;
|
|
|
|
line-height: $gl-line-height;
|
2019-04-11 05:15:32 -04:00
|
|
|
|
|
|
|
.category-icon {
|
|
|
|
color: $gray-600;
|
|
|
|
}
|
2018-12-07 22:12:23 -05:00
|
|
|
}
|
2019-05-06 18:12:58 -04:00
|
|
|
|
|
|
|
&.blue {
|
|
|
|
background-color: $blue-600;
|
|
|
|
|
|
|
|
.popover-body {
|
|
|
|
color: $white-light;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.bs-popover-bottom {
|
|
|
|
.arrow::after {
|
|
|
|
border-bottom-color: $blue-600;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.bs-popover-top {
|
|
|
|
.arrow::after {
|
|
|
|
border-top-color: $blue-600;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-12-07 22:12:23 -05:00
|
|
|
}
|
2019-03-01 16:41:16 -05:00
|
|
|
|
|
|
|
.mr-popover {
|
|
|
|
.text-secondary {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 1.33;
|
|
|
|
}
|
|
|
|
}
|
2019-05-06 18:12:58 -04:00
|
|
|
|
|
|
|
.onboarding-welcome-page {
|
|
|
|
.popover {
|
|
|
|
min-width: auto;
|
|
|
|
max-width: 40%;
|
|
|
|
|
|
|
|
.popover-body {
|
|
|
|
padding-top: $gl-padding;
|
|
|
|
padding-bottom: $gl-padding;
|
|
|
|
font-size: $gl-font-size-small;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|