blob: b0de4f7699e22677601cb8b46c2be4cbf2f9d23f [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 }
Derick Montague1ffa2092019-04-01 17:57:27 -050017
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 }
Michael Davisa960c8c2017-05-01 10:30:38 -050028 }
Derick Montague1ffa2092019-04-01 17:57:27 -050029
Michael Davisa960c8c2017-05-01 10:30:38 -050030 .net-config__static-ip-wrap {
Gunnar Mills84e114a2018-11-14 13:44:41 -060031 width: 100%;
Michael Davis51946552017-05-01 10:30:38 -050032 padding-left: 0;
33 padding-top: 1em;
Michael Davisa960c8c2017-05-01 10:30:38 -050034 display: block;
35 label {
36 min-width: 250px;
37 }
38 }
39 .control-radio {
40 margin-top: 1em;
Michael Davis51946552017-05-01 10:30:38 -050041 margin-left: .7em;
42 font-weight: 700;
Michael Davisa960c8c2017-05-01 10:30:38 -050043 }
44 .network-config__submit-wrapper {
45 width: 100%;
46 margin-top: 3em;
47 padding-top: 1em;
Michael Davis19ac8f82017-05-08 11:20:12 -050048 border-top: 1px solid $medgrey;
Derick Montague1ffa2092019-04-01 17:57:27 -050049
50 &::after {
51 content: " ";
52 display: block;
53 clear: both;
54 }
55
Michael Davisa960c8c2017-05-01 10:30:38 -050056 button {
57 float: right;
58 margin: .5em;
59 }
60 }
beccabroek971ac1a2018-09-24 13:14:05 -050061 .network-config__ipv4-wrap {
62 padding-bottom: 1.8em;
63 }
64 .network-config_remove-button {
beccabroekcff61502018-09-13 14:39:23 -050065 color: $medblue;
66 height: 2.1em;
beccabroekcff61502018-09-13 14:39:23 -050067 margin-left: 1em;
beccabroek971ac1a2018-09-24 13:14:05 -050068 opacity: 1;
beccabroekcff61502018-09-13 14:39:23 -050069 &:hover {
70 cursor: pointer;
71 }
72 }
Gunnar Mills7ddc7272018-04-12 16:12:03 -050073}