Welcome to mirror list, hosted at ThFree Co, Russian Federation.

users.scss « page_bundles « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 76d60593c8a23e6042dc675e54e38dcbcafb45f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
@import 'mixins_and_variables_and_functions';

.user-search-btn {
  top: 1px;
  color: $gray-darkest;
  background: transparent;
  border: 0;
  outline: 0;
}

.content-list.members-list li {
  display: flex;
  justify-content: space-between;

  .list-item-name {
    float: none;
    display: flex;
    flex: 1;
  }
}

.card-body .user-info {
  float: left;

  .user {
    color: $gl-text-color;
    font-weight: $gl-font-weight-bold;
  }
}