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

capabilities-edit.component.less « capabilities-edit « angularjs « UsersManager « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8a0305bfcd4881deae9a7db9566e0bcb9f813c6f (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
.capabilitiesEdit {
  display: inline-block;
  margin-bottom: -8px;

  > div.chip {
    margin-right: 8px;
    display: inline-block;
    margin-bottom: 8px;

    span.capability-name {
      padding-right: .4rem;
    }

    > span.icon-close {
      font-size: .6rem;
      float: right;
      margin-top: 1.4em;
      cursor: pointer;
    }
  }

  .addCapability {
    display: inline-block;
    margin-bottom: 8px;
    vertical-align: bottom;

    .input-field {
      margin-top: 0;
      .caret {
        right: -25px;
        top: 16px;
        z-index: 9;
        cursor: pointer;
      }
      .select-dropdown {
        margin-top: 8px;
        margin-bottom: 0;
        border: 0;
        background: #e4e4e4;
        display: inline-block;
        height: 32px;
        font-size: 13px;
        font-weight: 500;
        color: rgba(0,0,0,0.6);
        line-height: 32px;
        border-radius: 3em;
        padding-left: 12px;
        padding-right: 30px;
      }
    }

    .select-wrapper {
      transform: scale(.89) translate(-.6rem);
      margin-top: -0.55rem;
      max-width: 160px;

      input {
        margin-bottom: 0;
        height: 2rem;
        line-height: 2rem;
      }
    }
  }

  &.busy {
    opacity: 0.5;
  }

  .confirmCapabilityToggle {
    .modal-no {
      margin-left: 1em;
      margin-right: 1em;
      margin-top: 1em;
    }
  }
}