File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 border : none ;
4949 background-color : $purple ;
5050 margin : 10px 0 10px 10px ;
51+ cursor : pointer ;
52+ white-space : nowrap ;
5153
5254 i {
5355 padding-left : 10px ;
5456 }
5557
56- cursor : pointer ;
57- white-space : nowrap ;
58-
5958 & :first-of-type , & .first-item {
6059 margin-left : 0 ;
6160 }
Original file line number Diff line number Diff line change 3535 counter-increment : step;
3636
3737 .step-number {
38- & ::before {
39- content : counter (step );
40- }
4138 width : 75px ;
4239 height : 75px ;
4340 color : #333 ;
4946 border : solid 5px #333 ;
5047 border-radius : 100% ;
5148 min-width : 75px ;
49+
50+ & ::before {
51+ content : counter (step );
52+ }
5253 }
5354
5455 & .hidden {
5960
6061@media (max-width : $screen-xs-max ) {
6162 .connection-layout {
63+ max-height : calc (100vh - 100px );
64+ padding : 20px ;
65+
6266 .step {
6367 .step-number {
6468 width : 50px ;
6872 min-width : 50px ;
6973 }
7074 }
71-
72- max-height : calc (100vh - 100px );
73- padding : 20px ;
7475 }
7576}
Original file line number Diff line number Diff line change 101101
102102 button {
103103 @include rounded-button ;
104- background-color : transparent ;
105- margin : 0 ;
104+ & {
105+ background-color : transparent ;
106+ margin : 0 ;
107+ }
106108 }
107109}
108110
Original file line number Diff line number Diff line change 355355 border : 1px solid #888 ;
356356
357357 a {
358+ padding-left : 5px ;
359+ display : grid ;
360+ grid-template-columns : 30px minmax (60px , 1fr ) 60px 1fr ;
361+ grid-gap : 10px ;
362+ cursor : default ;
363+
358364 & .hidden-file {
359365
360366 i ,
363369 }
364370 }
365371
366- padding-left : 5px ;
367- display : grid ;
368- grid-template-columns : 30px minmax (60px , 1fr ) 60px 1fr ;
369- grid-gap : 10px ;
370- cursor : default ;
371-
372372 & .selected {
373373 background-color : $light-purple ;
374374 }
You can’t perform that action at this time.
0 commit comments