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
18  .net-config__fieldset {
19    margin-bottom: 1.2rem;
20
21    legend {
22      padding-bottom: 0.5rem;
23    }
24
25    .net-config__fieldset-content {
26      padding-left: 1.8em;
27    }
28  }
29
30  .net-config__static-ip-wrap {
31    width: 100%;
32    padding-left: 0;
33    padding-top: 1em;
34    display: block;
35    label {
36      min-width: 250px;
37    }
38  }
39  .control-radio {
40    margin-top: 1em;
41    margin-left: .7em;
42    font-weight: 700;
43  }
44  .network-config__submit-wrapper {
45    width: 100%;
46    margin-top: 3em;
47    padding-top: 1em;
48    border-top: 1px solid $medgrey;
49
50    &::after {
51      content: " ";
52      display: block;
53      clear: both;
54    }
55
56    button {
57      float: right;
58      margin: .5em;
59    }
60  }
61  .network-config__ipv4-wrap {
62    padding-bottom: 1.8em;
63  }
64  .network-config_remove-button {
65    color: $medblue;
66    height: 2.1em;
67    margin-left: 1em;
68    opacity: 1;
69    &:hover {
70      cursor: pointer;
71    }
72  }
73}
74