debian-mirror-gitlab/app/assets/stylesheets/framework/selects.scss
2023-01-13 15:02:22 +05:30

39 lines
473 B
SCSS

.group-result {
.group-image {
float: left;
}
.group-name {
font-weight: $gl-font-weight-bold;
}
.group-path {
color: $gray-300;
}
}
.project-result {
.project-name {
font-weight: $gl-font-weight-bold;
}
.project-path {
color: $gray-300;
}
}
.user-result {
min-height: 24px;
display: flex;
align-items: center;
.user-image {
float: left;
}
&.no-username {
.user-name {
line-height: 24px;
}
}
}