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.

56 lines
655 B
SCSS
Raw Normal View History

2014-09-02 18:07:02 +05:30
.ajax-users-select {
width: 400px;
&.input-large {
width: 210px;
}
&.input-clamp {
max-width: 100%;
}
}
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
}
}
2015-04-26 12:48:37 +05:30
.ajax-users-dropdown {
2015-10-24 18:46:33 +05:30
min-width: 250px !important;
2015-12-23 02:04:40 +05:30
}