@@ -85,37 +85,37 @@ body[data-layout=landing] article .landingNextSteps li.capabilities {
8585 box-shadow : 1px 1px 5px 0px rgba (0 , 0 , 0 , 0.5 );
8686}
8787# capabilitiesList li .intuitive {
88- background : url(../ .. / images/intuitive-design-icon.svg), linear-gradient (180deg , rgba (255 , 255 , 255 , 1 ) 0% , rgba (238 , 238 , 238 , 1 ) 100% ), # EEE ;
88+ background : url(../ images/intuitive-design-icon.svg), linear-gradient (180deg , rgba (255 , 255 , 255 , 1 ) 0% , rgba (238 , 238 , 238 , 1 ) 100% ), # EEE ;
8989 background-position : center 5% ;
9090 background-size : 30% , 100% ;
9191 background-repeat : no-repeat;
9292}
9393# capabilitiesList li .reuse {
94- background : url(../ .. / images/code-reuse-icon.svg), linear-gradient (180deg , rgba (255 , 255 , 255 , 1 ) 0% , rgba (238 , 238 , 238 , 1 ) 100% ), # EEE ;
94+ background : url(../ images/code-reuse-icon.svg), linear-gradient (180deg , rgba (255 , 255 , 255 , 1 ) 0% , rgba (238 , 238 , 238 , 1 ) 100% ), # EEE ;
9595 background-position : center 5% ;
9696 background-size : 30% , 100% ;
9797 background-repeat : no-repeat;
9898}
9999# capabilitiesList li .reporting {
100- background : url(../ .. / images/report-icon.svg), linear-gradient (180deg , rgba (255 , 255 , 255 , 1 ) 0% , rgba (238 , 238 , 238 , 1 ) 100% ), # EEE ;
100+ background : url(../ images/report-icon.svg), linear-gradient (180deg , rgba (255 , 255 , 255 , 1 ) 0% , rgba (238 , 238 , 238 , 1 ) 100% ), # EEE ;
101101 background-position : center 5% ;
102102 background-size : 30% , 100% ;
103103 background-repeat : no-repeat;
104104}
105105# capabilitiesList li .testing {
106- background : url(../ .. / images/framework-integration-icon.svg), linear-gradient (180deg , rgba (255 , 255 , 255 , 1 ) 0% , rgba (238 , 238 , 238 , 1 ) 100% ), # EEE ;
106+ background : url(../ images/framework-integration-icon.svg), linear-gradient (180deg , rgba (255 , 255 , 255 , 1 ) 0% , rgba (238 , 238 , 238 , 1 ) 100% ), # EEE ;
107107 background-position : center 5% ;
108108 background-size : 30% , 100% ;
109109 background-repeat : no-repeat;
110110}
111111# capabilitiesList li .extensible {
112- background : url(../ .. / images/extensibility-icon.svg), linear-gradient (180deg , rgba (255 , 255 , 255 , 1 ) 0% , rgba (238 , 238 , 238 , 1 ) 100% ), # EEE ;
112+ background : url(../ images/extensibility-icon.svg), linear-gradient (180deg , rgba (255 , 255 , 255 , 1 ) 0% , rgba (238 , 238 , 238 , 1 ) 100% ), # EEE ;
113113 background-position : center 5% ;
114114 background-size : 30% , 100% ;
115115 background-repeat : no-repeat;
116116}
117117# capabilitiesList li .not-just-testing {
118- background : url(../ .. / images/automation-process-icon.svg), linear-gradient (180deg , rgba (255 , 255 , 255 , 1 ) 0% , rgba (238 , 238 , 238 , 1 ) 100% ), # EEE ;
118+ background : url(../ images/automation-process-icon.svg), linear-gradient (180deg , rgba (255 , 255 , 255 , 1 ) 0% , rgba (238 , 238 , 238 , 1 ) 100% ), # EEE ;
119119 background-position : center 5% ;
120120 background-size : 30% , 100% ;
121121 background-repeat : no-repeat;
0 commit comments