.tickers-in-this-article {
margin-bottom: 1rem;
}
.tickers-in-this-article h3 {
font-size: 1rem;
margin-bottom: 0.5rem;
color: var(–color-gray3);
}
.tickers-in-this-article ul {
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
}
.tickers-in-this-article ul li {
display: flex;
border: thin solid var(–color-gray5);
border-radius: 10px;
box-sizing: border-box;
overflow: hidden;
width: 50%;
}
.tickers-in-this-article ul li:hover {
background: var(–color-gray6);
}
.tickers-in-this-article ul li:not(:last-of-type) {
margin: 0 .5rem 0 0;
}
.tickers-in-this-article ul li a {
display: flex;
align-self: center;
padding: .5rem;
justify-content: space-between;
align-items: center;
width: 100%;
flex-grow: 1;
}
.tickers-in-this-article ul li a .flex-cell {
flex-shrink: 1;
}
.tickers-in-this-article ul li a .flex-cell:not(:last-of-type) {
margin-right: 1rem;
}
.tickers-in-this-article ul li a .flex-cell.logo {
margin-right: 1rem;
flex: 0;
}
.tickers-in-this-article ul li a .flex-cell.logo .company-logo {
width: 35px; height: 35px; display: block;
background-size: cover;
background-repeat: no-repeat;
border-radius: 100px;
}
.tickers-in-this-article ul li a .flex-cell.company {
display: flex;
flex-direction: column;
}
.tickers-in-this-article ul li a .flex-cell.company .symbol {
color: var(–color-gray3);
font-weight: 700;
font-size: 1rem;
}
.tickers-in-this-article ul li a .flex-cell.company .price-change {}
.tickers-in-this-article ul li a .flex-cell.company .price-change {}
.tickers-in-this-article ul li a .flex-cell.score {}
.tickers-in-this-article ul li a .flex-cell.score .chart-container {
padding: 0; text-align: center;
position: relative;
top: -.15rem;
max-width: 50px;
}
.tickers-in-this-article ul li a .flex-cell.score .chart-container .value-label {
font-size: 1.1rem;
font-family: ‘Michroma’;
color: var(–color-gray3);
}
.tickers-in-this-article ul li a .flex-cell.score .chart-container .value-label .bar-chart {}
.tickers-in-this-article ul li a .flex-cell.score .chart-container .value-label .bar {}
.tickers-in-this-article ul li a .flex-cell.cta {
color: var(–color-gray1);
font-size: 0.8rem;
max-width: 100px;
}
@media(max-width: 600px) {
.tickers-in-this-article ul {
flex-direction: column;
}
.tickers-in-this-article ul li {
width: 100%;
}
.tickers-in-this-article ul li:not(:last-of-type) {
margin: 0 0 .5rem 0;
}
}
Mentioned in this article
Aptiv to Present at Barclays Global Automotive and Mobility Tech Conference
Aptiv to Present at Barclays Global Automotive and Mobility Tech Conference
/* Style Definitions */
span.prnews_span
{
font-size:8pt;
font-family:”Arial”;
color:black;
}
a.prnews_a
{
color:blue;
}
li.prnews_li
{
font-size:8pt;
font-family:”Arial”;
color:black;
}
p.prnews_p
{
font-size:0.62em;
font-family:”Arial”;
color:black;
margin:0in;
}
PR Newswire
DUBLIN
,
Nov. 16, 2023
/PRNewswire/ — Aptiv PLC (NYSE: APTV), a global technology company focused on making mobility safer, greener and more connected, will present at the Barclays Global Automotive and Mobility Tech Conference,
November 30
at
11:30 a.m. Eastern Time
.
A simultaneous webcast will be available on the Aptiv Investor Relations website at
ir.aptiv.com
.
About Aptiv
Aptiv is a global technology company that develops safer, greener and more connected solutions enabling a more sustainable future of mobility. Visit
aptiv.com
.
View original content to download multimedia:
https://www.prnewswire.com/news-releases/aptiv-to-present-at-barclays-global-automotive-and-mobility-tech-conference-301991323.html
SOURCE Aptiv PLC
.isVisible {
display: block;
}
.isHidden {
display: none;
}
.loader {
font-size: 10px;
margin: 50px auto;
text-indent: -9999em;
width: 11em;
height: 11em;
border-radius: 50%;
background: #003398;
background: -moz-linear-gradient(left, #003398 10%, rgba(255, 255, 255, 0) 42%);
background: -webkit-linear-gradient(left, #003398 10%, rgba(255, 255, 255, 0) 42%);
background: -o-linear-gradient(left, #003398 10%, rgba(255, 255, 255, 0) 42%);
background: -ms-linear-gradient(left, #003398 10%, rgba(255, 255, 255, 0) 42%);
background: linear-gradient(to right, #003398 10%, rgba(255, 255, 255, 0) 42%);
position: relative;
-webkit-animation: load3 1.4s infinite linear;
animation: load3 1.4s infinite linear;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
.loader:before {
width: 50%;
height: 50%;
background: #003398;
border-radius: 100% 0 0 0;
position: absolute;
top: 0;
left: 0;
content: ”;
}
.loader:after {
background: #041644;
width: 85%;
height: 85%;
border-radius: 50%;
content: ”;
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
@-webkit-keyframes load3 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load3 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}