blob: 18973c0da4329b90cf933115adb055b6c4b9d4e8 [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 {
Yoshie Muranakac86ce3c2019-06-05 12:30:30 -050014 margin-bottom: 2em;
Michael Davisa960c8c2017-05-01 10:30:38 -050015 }
Derick Montague1ffa2092019-04-01 17:57:27 -050016
17 .net-config__fieldset {
Derick Montague1ffa2092019-04-01 17:57:27 -050018 legend {
19 padding-bottom: 0.5rem;
20 }
21
22 .net-config__fieldset-content {
23 padding-left: 1.8em;
24 }
Michael Davisa960c8c2017-05-01 10:30:38 -050025 }
Derick Montague1ffa2092019-04-01 17:57:27 -050026
Michael Davisa960c8c2017-05-01 10:30:38 -050027 .net-config__static-ip-wrap {
Gunnar Mills84e114a2018-11-14 13:44:41 -060028 width: 100%;
Michael Davis51946552017-05-01 10:30:38 -050029 padding-left: 0;
30 padding-top: 1em;
Michael Davisa960c8c2017-05-01 10:30:38 -050031 display: block;
32 label {
33 min-width: 250px;
34 }
35 }
36 .control-radio {
37 margin-top: 1em;
Michael Davis51946552017-05-01 10:30:38 -050038 margin-left: .7em;
39 font-weight: 700;
Michael Davisa960c8c2017-05-01 10:30:38 -050040 }
41 .network-config__submit-wrapper {
Michael Davisa960c8c2017-05-01 10:30:38 -050042 padding-top: 1em;
Yoshie Muranaka6f7ec802019-06-24 14:35:41 -050043 border-top: 1px solid $border-color-01;
Yoshie Muranakac86ce3c2019-06-05 12:30:30 -050044 margin-top: 2em;
45
46 .btn:not(:last-child) {
47 margin-right: 1em;
48 }
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 }
beccabroek971ac1a2018-09-24 13:14:05 -050057 .network-config__ipv4-wrap {
58 padding-bottom: 1.8em;
59 }
Gunnar Mills7ddc7272018-04-12 16:12:03 -050060}