debian-mirror-gitlab/app/assets/stylesheets/framework/selects.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

51 lines
639 B
SCSS
Raw Normal View History

2015-04-26 12:48:37 +05:30
.group-result {
.group-image {
float: left;
}
2016-11-03 12:29:30 +05:30
2015-04-26 12:48:37 +05:30
.group-name {
2018-03-17 18:26:18 +05:30
font-weight: $gl-font-weight-bold;
2015-04-26 12:48:37 +05:30
}
2016-11-03 12:29:30 +05:30
2015-04-26 12:48:37 +05:30
.group-path {
2020-11-24 15:15:51 +05:30
color: $gray-300;
2015-04-26 12:48:37 +05:30
}
}
2019-07-07 11:18:12 +05:30
.project-result {
.project-name {
font-weight: $gl-font-weight-bold;
}
.project-path {
2020-11-24 15:15:51 +05:30
color: $gray-300;
2019-07-07 11:18:12 +05:30
}
}
2014-09-02 18:07:02 +05:30
.user-result {
2015-12-23 02:04:40 +05:30
min-height: 24px;
2018-12-13 13:39:08 +05:30
display: flex;
align-items: center;
2015-12-23 02:04:40 +05:30
2014-09-02 18:07:02 +05:30
.user-image {
float: left;
}
2015-12-23 02:04:40 +05:30
&.no-username {
.user-name {
line-height: 24px;
}
2014-09-02 18:07:02 +05:30
}
}
2023-03-17 16:20:25 +05:30
.approvers-select {
.dropdown-menu {
@include gl-w-full;
@include gl-max-w-none;
}
.gl-dropdown-item-check-icon {
@include gl-display-none;
}
}