File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
frontend/stylesheets/pages Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ <h3 class="page-title">Co-Op Submission</h3>
15
15
< form data-module ="coopSubmitForm ">
16
16
< div class ="co-op-group ">
17
17
< div class ="col-xs-12 col-sm-6 ">
18
- < div class ="radio ">
18
+ < div class ="radio co-op-radio ">
19
19
< label >
20
20
< input type ="radio " name ="semester " id ="fall " value ="Fall ">
21
21
< div class ="co-op-option ">
@@ -26,7 +26,7 @@ <h4 class="list-group-item-heading">Fall Semester</h4>
26
26
</ div >
27
27
</ div >
28
28
< div class ="col-xs-12 col-sm-6 ">
29
- < div class ="radio ">
29
+ < div class ="radio co-op-radio ">
30
30
< label >
31
31
< input type ="radio " name ="semester " id ="spring " value ="Spring ">
32
32
< div class ="co-op-option ">
Original file line number Diff line number Diff line change 10
10
padding-left : 10px ;
11
11
}
12
12
13
- .radio-inline input [type = ' radio' ],
14
- .radio input [type = ' radio' ],
15
- input [type = ' radio' ] {
16
- position : fixed ;
17
- margin-top : 20px ;
13
+ .co-op-radio {
14
+ input {
15
+ & [type = ' radio' ] {
16
+ position : fixed ;
17
+ margin-top : 20px ;
18
+ }
19
+ }
18
20
}
You can’t perform that action at this time.
0 commit comments