BigW Consortium Gitlab

dashboard.scss 700 Bytes
Newer Older
1 2
.dashboard {
  .side {
Dmitriy Zaporozhets committed
3 4
    .panel {
      .panel-heading {
5
        background: $background-color;
Dmitriy Zaporozhets committed
6 7 8
        border-top-left-radius: 0;
      }
      border-top-left-radius: 0;
9 10 11 12 13 14 15 16 17
    }
  }
}

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

  .search-text-input {
    float:left;
18
    @extend .col-md-2;
19 20 21 22 23 24
  }
  .btn {
    margin-left: 5px;
    float:left;
  }
}
25

26 27 28 29 30 31 32
.project-access-icon {
  margin-left: 10px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;

  i {
33
    color: #888;
34 35
  }
}
36

37 38
.dash-project-avatar {
  float: left;
39 40

  .avatar {
41
    @include border-radius(50%);
42
  }
43

44
  .identicon {
45
    line-height: 46px;
46
  }
47
}
48

49 50
.dash-project-access-icon {
  float: left;
51
  margin-right: 5px;
52 53
  width: 16px;
}