summaryrefslogtreecommitdiffstats
path: root/app/configuration/styles/network.scss
blob: 5b862e77a23f3076dc42452f61f2faae04ab2d74 (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
.net-config__form {
  .dropdown__button {
    margin-bottom: 1.2em;
  }
  .dropdown__list {
    margin-top: -17px;
  }
  .dropdown__button {
    width: 200px;
    margin-top: 0;
    text-align: left;
  }
  input {
    margin-bottom: 2em;
  }

  .net-config__fieldset {
    legend {
      padding-bottom: 0.5rem;
    }

    .net-config__fieldset-content {
      padding-left: 1.8em;
    }
  }

  .net-config__static-ip-wrap {
    width: 100%;
    padding-left: 0;
    padding-top: 1em;
    display: block;
    label {
      min-width: 250px;
    }
  }
  .control-radio {
    margin-top: 1em;
    margin-left: .7em;
    font-weight: 700;
  }
  .network-config__submit-wrapper {
    padding-top: 1em;
    border-top: 1px solid $medgrey;
    margin-top: 2em;

    .btn:not(:last-child) {
      margin-right: 1em;
    }

    &::after {
      content: " ";
      display: block;
      clear: both;
    }

  }
  .network-config__ipv4-wrap {
    padding-bottom: 1.8em;
  }
}
OpenPOWER on IntegriCloud