aboutsummaryrefslogtreecommitdiffstats
path: root/ui/imports/ui/components/configuration/configuration.styl
blob: b14ce7d344217bf36341be2cd5d4771c4363394f (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
/* Set the component style here */
// "Configuration"
.os-configuration
  display: flex;
  flex-flow: column nowrap;
  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;

    .input-box
      display: block;
      width: 400px;
      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;

      .input-hint 
        position: absolute;
        margin: 5px 0;
        

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

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