1.net-config__form {
2  .dropdown__button {
3    margin-bottom: 1.2em;
4  }
5  .dropdown__list {
6    margin-top: -17px;
7  }
8  .dropdown__button {
9    width: 200px;
10    margin-top: 0;
11    text-align: left;
12  }
13  input {
14    height: 2.1em;
15    margin-bottom: 1.2em;
16  }
17  label {
18    min-width: 300px;
19  }
20  fieldset {
21    padding-left: 1.8em;
22  }
23  .net-config__static-ip-wrap {
24    width: 100%;
25    padding-left: 0;
26    padding-top: 1em;
27    display: block;
28    label {
29      min-width: 250px;
30    }
31  }
32  .control-radio {
33    margin-top: 1em;
34    margin-left: .7em;
35    font-weight: 700;
36  }
37  .network-config__submit-wrapper {
38    width: 100%;
39    margin-top: 3em;
40    padding-top: 1em;
41    border-top: 1px solid $medgrey;
42    button {
43      float: right;
44      margin: .5em;
45    }
46  }
47  .network-config__ipv4-wrap {
48    padding-bottom: 1.8em;
49  }
50  .network-config_remove-button {
51    color: $medblue;
52    height: 2.1em;
53    margin-left: 1em;
54    opacity: 1;
55    &:hover {
56      cursor: pointer;
57    }
58  }
59}
60