summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/labels.scss
blob: d1590e42fcbb9bb278565491e6d3254c2d8d14be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.suggest-colors {
  margin-top: 5px;
  a {
    @include border-radius(4px);
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
  }
}

.manage-labels-list {
  .label {
    padding: 9px;
    font-size: 14px;
  }
}

.color-label {
  padding: 3px 4px;
}