File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 </ div >
2121 < div class ='select-dropdown '>
2222 < select class ="language-version-select-dropdown " ng-init ="selectedVersion = versions[0] " ng-model ="selectedVersion " ng-options ="x for x in versions ">
23-
2423 </ select >
2524 </ div >
26- </ div >
2725 < div class ="assorted-options ">
2826 < div class ="view-options "> Here's where view options go</ div >
2927 < div class ="view-options "> Here's where view options go</ div >
3028 < div class ="view-options "> Here's where view options go</ div >
3129 </ div >
30+ </ div >
3231 </ div >
3332 < div class ="kata ">
3433 <!-- <div class="instructions">
Original file line number Diff line number Diff line change @@ -19,26 +19,23 @@ $green-color: #5F8120;
1919
2020// STUFF ALONG THE TOP
2121.training-top {
22- background-color : green ;
2322 height : 60px ;
2423 margin-top : 50px ;
2524 display : flex ;
2625 justify-content : space-between ;;
2726 align-items : center ;
2827 padding : 15px ;
29- flex-direction : row ;
3028}
3129
3230.kata-name-container {
33- background-color : blue ;
3431 display : flex ;
3532 flex-direction : column ;
3633 justify-content : flex-start ;
37- align-items : center ;
34+ align-items : left ;
35+ width : 40vw ;
3836}
3937
4038.kata-name-container-top {
41- background-color : blue ;
4239 display : flex ;
4340 justify-content : flex-start ;
4441 align-items : center ;
@@ -62,19 +59,22 @@ $green-color: #5F8120;
6259 height : 30px ;
6360 width : 50px ;
6461 margin-right : 5px ;
62+
6563}
6664
6765.select-dropdown {
6866 height : 52px ;
6967 width : 175px ;
7068 background-color : $button1 ;
71- // flex-direction: row
69+ flex-direction : row ;
70+ margin : 7.5px ;
7271}
7372
74- .select -div {
73+ .selection -div {
7574 display : flex ;
7675 justify-content : space-around ;
7776 flex-direction : row ;
77+ width : 60vw ;
7878}
7979
8080
You can’t perform that action at this time.
0 commit comments