@@ -15,43 +15,43 @@ timeline {
1515 position : absolute ;
1616 top : 0 ;
1717 left : 0 ;
18- width : 40px ;
19- height : 40px ;
18+ width : 25px ;
19+ height : 25px ;
20+ z-index : 1000 ;
2021 border-radius : 50% ;
21- -webkit-box-shadow : 0 0 0 4px white , inset 0 2px 0 rgba (0 , 0 , 0 , 0.08 ), 0 3px 0 4px rgba (0 , 0 , 0 , 0.05 );
22- box-shadow : 0 0 0 4px white , inset 0 2px 0 rgba (0 , 0 , 0 , 0.08 ), 0 3px 0 4px rgba (0 , 0 , 0 , 0.05 );
22+ // -webkit-box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
23+ // box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
2324 }
2425
25- .cd-timeline__img img {
26- display : block ;
27- width : 24px ;
28- height : 24px ;
29- position : relative ;
30- left : 50% ;
31- top : 50% ;
32- margin-left : -12px ;
33- margin-top : -12px ;
34- }
3526
3627 .cd-timeline__img.cd-timeline__img--5 {
3728 background : #64c5b1 ;
3829 }
3930
31+ .item-ios h2 :last-child , .item-ios h3 :last-child , .item-ios h4 :last-child , .item-ios h5 :last-child , .item-ios h6 :last-child , .item-ios p :last-child {
32+ padding-left : 3% ;
33+ }
34+
35+ .item-ios {
36+ background-color : transparent !important ;
37+ padding-left : 10px !important ;
38+ }
39+
40+ .item-checkbox {
41+ margin-left : 10% ;
42+ }
43+
44+ .border-thingy {
45+ padding-left : 5% ;
46+ }
4047.timeline {
41- margin : 30px 0 0 0 ;
48+ margin-top : 30px ;
4249 padding : 0 ;
4350 position : relative ;
51+ background-image : url (' ../assets/imgs/blueline.png' );
52+ background-repeat : repeat-y ;
53+ background-position : 6.2% top ;
4454
45- & :before {
46- content : ' ' ;
47- position : absolute ;
48- top : 0 ;
49- bottom : 0 ;
50- width : 10px ;
51- background : #afdcf8 ;
52- left : 20% ;
53- margin-left : -10px ;
54- }
5555 timeline-item {
5656 position : relative ;
5757 display : inline-block ;
@@ -114,27 +114,15 @@ timeline {
114114 }
115115 }
116116
117-
118- .list-ios > .item-block :last-child , .list-ios > .item-wrapper :last-child .item-block {
119- border-bottom : none ;
120- }
121-
122- .list-ios > .item-block :first-child {
123- border-top : none ;
117+ .list-ios , .item-block , .item-inner {
118+ border-bottom : none !important ;
119+ border-top : none !important ;
124120 }
125121
126122 .list-ios {
127- margin : -1px 0 20 px !important ;
123+ margin : -1px 0 15 px !important ;
128124 }
129125
130-
131-
132- & :before {
133- left : 3% !important ;
134- }
135- .list , .list-md {
136- margin-left :3% !important ;
137- }
138126
139127 .item.item-md .checkbox-md {
140128 margin : -6px 14px 8px -35px !important ;
@@ -143,11 +131,14 @@ timeline {
143131 }
144132
145133 .checkbox-ios {
146- // position: absolute !important;
147134 margin : -6px 14px 8px -35px !important ;
148135 padding-left : 4% ;
149136 padding-top : 2% ;
150137 }
138+
139+ .item-ios h2 :last-child , .item-ios h3 :last-child , .item-ios h4 :last-child , .item-ios h5 :last-child , .item-ios h6 :last-child , .item-ios p :last-child {
140+ padding-left : 6% !important ;
141+ }
151142
152143
153144 @media screen and (max-width : map-get ($grid-breakpoints ,' lg' )){
0 commit comments