blob: d776d1344c04488979a08a63e46217f21ff901f2 [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 {
Michael Davis51946552017-05-01 10:30:38 -050024 padding-left: 0;
25 padding-top: 1em;
Michael Davisa960c8c2017-05-01 10:30:38 -050026 display: block;
27 label {
28 min-width: 250px;
29 }
30 }
31 .control-radio {
32 margin-top: 1em;
Michael Davis51946552017-05-01 10:30:38 -050033 margin-left: .7em;
34 font-weight: 700;
Michael Davisa960c8c2017-05-01 10:30:38 -050035 }
36 .network-config__submit-wrapper {
37 width: 100%;
38 margin-top: 3em;
39 padding-top: 1em;
Michael Davis19ac8f82017-05-08 11:20:12 -050040 border-top: 1px solid $medgrey;
Michael Davisa960c8c2017-05-01 10:30:38 -050041 button {
42 float: right;
43 margin: .5em;
44 }
45 }
Gunnar Mills7ddc7272018-04-12 16:12:03 -050046 .set_network_error
47 {
48 margin-left: 3em;
49 }
beccabroek971ac1a2018-09-24 13:14:05 -050050 .network-config__ipv4-wrap {
51 padding-bottom: 1.8em;
52 }
53 .network-config_remove-button {
beccabroekcff61502018-09-13 14:39:23 -050054 color: $medblue;
55 height: 2.1em;
beccabroekcff61502018-09-13 14:39:23 -050056 margin-left: 1em;
beccabroek971ac1a2018-09-24 13:14:05 -050057 opacity: 1;
beccabroekcff61502018-09-13 14:39:23 -050058 &:hover {
59 cursor: pointer;
60 }
61 }
Gunnar Mills7ddc7272018-04-12 16:12:03 -050062}