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: af9c83e5dc8a4671f5027cb957d77985546a5379 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
.dashboard {
  .side {
    .panel {
      .panel-heading {
        background: #EEE;
        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-row, .group-row {
  padding: 0 !important;
  font-size: 14px;
  line-height: 24px;

  .str-truncated {
    max-width: 72%;
  }

  a {
    display: block;
    padding: 8px 15px;
  }

  .project-name, .group-name {
    font-weight: 500;
  }

  .arrow {
    float: right;
    margin: 0;
    font-size: 20px;
  }

  .last-activity {
    float: right;
    font-size: 12px;
    color: #AAA;
    display: block;
    .date {
      color: #777;
    }
  }
}

.project-description {
  overflow: hidden;
}

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

  i {
    color: #888;
  }
}

.dash-project-avatar {
  float: left;

  .avatar {
    margin-top: -8px;
    margin-left: -15px;
    @include border-radius(0px);
  }
  .identicon {
    line-height: 40px;
  }
}

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