blob: 0a822bdebd69918107551e41bb597b5795176af4 [file] [log] [blame]
Michael Davisa960c8c2017-05-01 10:30:38 -05001.net-config__form {
2 .dropdown__button {
3 margin-bottom: 1.2em;
4 }
5 .dropdown__list {
6 margin-top: -17px;
7 }
Michael Davisa960c8c2017-05-01 10:30:38 -05008 .dropdown__button {
Michael Davis51946552017-05-01 10:30:38 -05009 width: 200px;
Michael Davis2d289422017-08-03 13:34:02 -050010 margin-top: 0;
Michael Davisa960c8c2017-05-01 10:30:38 -050011 text-align: left;
12 }
13 input {
14 height: 2.1em;
15 margin-bottom: 1.2em;
16 }
17 label {
18 min-width: 300px;
Michael Davisa960c8c2017-05-01 10:30:38 -050019 }
20 fieldset {
21 padding-left: 1.8em;
Michael Davisa960c8c2017-05-01 10:30:38 -050022 }
23 .net-config__static-ip-wrap {
Gunnar Mills84e114a2018-11-14 13:44:41 -060024 width: 100%;
Michael Davis51946552017-05-01 10:30:38 -050025 padding-left: 0;
26 padding-top: 1em;
Michael Davisa960c8c2017-05-01 10:30:38 -050027 display: block;
28 label {
29 min-width: 250px;
30 }
31 }
32 .control-radio {
33 margin-top: 1em;
Michael Davis51946552017-05-01 10:30:38 -050034 margin-left: .7em;
35 font-weight: 700;
Michael Davisa960c8c2017-05-01 10:30:38 -050036 }
37 .network-config__submit-wrapper {
38 width: 100%;
39 margin-top: 3em;
40 padding-top: 1em;
Michael Davis19ac8f82017-05-08 11:20:12 -050041 border-top: 1px solid $medgrey;
Michael Davisa960c8c2017-05-01 10:30:38 -050042 button {
43 float: right;
44 margin: .5em;
45 }
46 }
beccabroek971ac1a2018-09-24 13:14:05 -050047 .network-config__ipv4-wrap {
48 padding-bottom: 1.8em;
49 }
50 .network-config_remove-button {
beccabroekcff61502018-09-13 14:39:23 -050051 color: $medblue;
52 height: 2.1em;
beccabroekcff61502018-09-13 14:39:23 -050053 margin-left: 1em;
beccabroek971ac1a2018-09-24 13:14:05 -050054 opacity: 1;
beccabroekcff61502018-09-13 14:39:23 -050055 &:hover {
56 cursor: pointer;
57 }
58 }
Gunnar Mills7ddc7272018-04-12 16:12:03 -050059}