blob: 61a6cb6855513bd247486252ad9b08cae375bf82 [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 {
Michael Davisa960c8c2017-05-01 10:30:38 -050014 margin-bottom: 1.2em;
15 }
Derick Montague1ffa2092019-04-01 17:57:27 -050016
17 .net-config__fieldset {
18 margin-bottom: 1.2rem;
19
20 legend {
21 padding-bottom: 0.5rem;
22 }
23
24 .net-config__fieldset-content {
25 padding-left: 1.8em;
26 }
Michael Davisa960c8c2017-05-01 10:30:38 -050027 }
Derick Montague1ffa2092019-04-01 17:57:27 -050028
Michael Davisa960c8c2017-05-01 10:30:38 -050029 .net-config__static-ip-wrap {
Gunnar Mills84e114a2018-11-14 13:44:41 -060030 width: 100%;
Michael Davis51946552017-05-01 10:30:38 -050031 padding-left: 0;
32 padding-top: 1em;
Michael Davisa960c8c2017-05-01 10:30:38 -050033 display: block;
34 label {
35 min-width: 250px;
36 }
37 }
38 .control-radio {
39 margin-top: 1em;
Michael Davis51946552017-05-01 10:30:38 -050040 margin-left: .7em;
41 font-weight: 700;
Michael Davisa960c8c2017-05-01 10:30:38 -050042 }
43 .network-config__submit-wrapper {
44 width: 100%;
45 margin-top: 3em;
46 padding-top: 1em;
Michael Davis19ac8f82017-05-08 11:20:12 -050047 border-top: 1px solid $medgrey;
Derick Montague1ffa2092019-04-01 17:57:27 -050048
49 &::after {
50 content: " ";
51 display: block;
52 clear: both;
53 }
54
Michael Davisa960c8c2017-05-01 10:30:38 -050055 button {
56 float: right;
57 margin: .5em;
58 }
59 }
beccabroek971ac1a2018-09-24 13:14:05 -050060 .network-config__ipv4-wrap {
61 padding-bottom: 1.8em;
62 }
63 .network-config_remove-button {
beccabroekcff61502018-09-13 14:39:23 -050064 color: $medblue;
beccabroekcff61502018-09-13 14:39:23 -050065 margin-left: 1em;
beccabroek971ac1a2018-09-24 13:14:05 -050066 opacity: 1;
beccabroekcff61502018-09-13 14:39:23 -050067 &:hover {
68 cursor: pointer;
69 }
70 }
Gunnar Mills7ddc7272018-04-12 16:12:03 -050071}