summaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/clique-constraint/clique-constraint.styl
blob: 72d234850e06371e51d1e788fcf90fc9b8050f41 (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
.os-clique-constraint 
  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;