xref: /openbmc/phosphor-webui/app/configuration/styles/network.scss (revision a960c8c72e56a22d083654692c18f1b229cc10a7)
1.net-config__form {
2  .dropdown__button {
3    margin-bottom: 1.2em;
4  }
5  .dropdown__list {
6    margin-top: -17px;
7  }
8  input,
9  .dropdown__button {
10    width: 240px;
11    text-align: left;
12  }
13  input {
14    height: 2.1em;
15    margin-bottom: 1.2em;
16  }
17  label {
18    min-width: 300px;
19    font-weight: 700;
20  }
21  fieldset {
22    padding-left: 1.8em;
23    padding-top: 1em;
24  }
25  .net-config__static-ip-wrap {
26    padding-left: 3.6em;
27    display: block;
28    label {
29      min-width: 250px;
30    }
31  }
32  .control-radio {
33    margin-top: 1em;
34  }
35  .network-config__submit-wrapper {
36    width: 100%;
37    margin-top: 3em;
38    padding-top: 1em;
39    border-top: 1px solid $lightgrey;
40    button {
41      float: right;
42      margin: .5em;
43    }
44  }
45}