debian-mirror-gitlab/app/assets/stylesheets/components/popover.scss
2019-05-18 00:54:41 +05:30

16 lines
253 B
SCSS

.popover {
min-width: 300px;
.popover-body .user-popover {
padding: $gl-padding-8;
font-size: $gl-font-size-small;
line-height: $gl-line-height;
}
}
.mr-popover {
.text-secondary {
font-size: 12px;
line-height: 1.33;
}
}