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

dashboard.scss « pages « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 42928ee279c252c15401dc91f83eb08344ec0ceb (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.dashboard {
  .side {
    .panel {
      .panel-heading {
        background: $background-color;
        border-top-left-radius: 0;
      }
      border-top-left-radius: 0;
    }
  }
}

.dashboard-search-filter {
  padding: 5px;

  .search-text-input {
    float: left;
    @extend .col-md-2;
  }
  .btn {
    margin-left: 5px;
    float: left;
  }
}

.project-access-icon {
  margin-left: 10px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;

  i {
    color: #888;
  }
}

.dash-project-avatar {
  float: left;
}

.dash-project-access-icon {
  float: left;
  margin-right: 5px;
  width: 16px;
}