debian-mirror-gitlab/app/assets/stylesheets/components/popover.scss

54 lines
828 B
SCSS
Raw Normal View History

2019-02-15 15:39:39 +05:30
.popover {
min-width: 300px;
.popover-body .user-popover {
padding: $gl-padding-8;
font-size: $gl-font-size-small;
line-height: $gl-line-height;
2019-07-31 22:56:46 +05:30
.category-icon {
color: $gray-600;
}
}
&.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;
}
}
2019-02-15 15:39:39 +05:30
}
}
2019-07-07 11:18:12 +05:30
.mr-popover {
.text-secondary {
font-size: 12px;
line-height: 1.33;
}
}
2019-07-31 22:56:46 +05:30
.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;
}
}
}