summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/labels.scss
blob: 5ec0966194cfdb40f05a3565954b6f608bc4860e (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
.suggest-colors {
  margin-top: 5px;
  a {
    @include border-radius(4px);
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
  }

  &.suggest-colors-dropdown {
    margin-bottom: 5px;

    a {
      @include border-radius(0);
      width: 36.7px;
      margin-right: 0;
      margin-bottom: -5px;
    }
  }
}

.dropdown-label-color-preview {
  display: none;
  margin-top: 5px;
  width: 100%;
  height: 25px;

  &.is-active {
    display: block;
  }
}

.label-row {
  .label {
    padding: 9px;
    font-size: 14px;
  }
}

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