aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/clique-type/clique-type.styl
blob: 11c42df7f70722b5c90391f64656809362041ebb (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
.os-clique-type 
  margin: 20px;

  .cl-field-group
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 5px 0;

    .cl-field-label
      width: 120px;
      margin: 0 5px;

    >.cl-input
      display: block;
      width: 100%;
      min-height: 34px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
      width: 400px;
      margin: 0 5px;

    .cl-field-desc
      margin: 0 5px;

  .js-message-panel
    margin-top: 20px;

  .sm-field-group-link-types
    .os-selectable-ordered-input
      width: 400px;

      .cl-input
        display: block;
        width: 100%;
        min-height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        //width: 400px;
        margin: 0 5px;