Changes

no edit summary
Line 9: Line 9:  
{{Digital Talent Nav FR}}
 
{{Digital Talent Nav FR}}
 
{{#css:
 
{{#css:
 +
.infographic h3
 +
{
 +
font-size: 18px !important;
 +
background: #BFF5F1;
 +
margin: 0px !important;
 +
padding: 30px;
 +
}
 +
 +
.infographic
 +
{
 +
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
 +
padding-bottom: 20px;
 +
margin: 30px;
 +
width: 30%;
 +
float: right;
 +
clear: both;
 +
}
 +
 +
.infocontent
 +
{
 +
padding: 30px;
 +
}
 
.headerbg {
 
.headerbg {
 
margin-top: 0px;
 
margin-top: 0px;
Line 89: Line 111:  
}
 
}
    +
.card {
 +
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
 +
  max-width: 400px;
 +
  height: auto;
 +
  background-color: black;
 +
  background-size: contain;
 +
  background-repeat: no-repeat;
 +
  background-position: bottom;
 +
  border-radius: 20px;
 +
  padding-bottom: 10px;
 +
  margin-top: 20px;
 +
  margin-bottom: 20px;
 +
}
 +
 +
.card img {
 +
  max-width: 380px;
 +
  height: auto;
 +
}
 +
 +
.container {
 +
  padding: 2px 16px;
 +
  color: white;
 +
}
 +
 +
.button {
 +
  margin-top: 10px;
 +
  background: #00C3B7;
 +
  padding: 11px;
 +
  border-radius: 10px;
 +
  display: inline-block;
 +
}
 +
.button .external {
 +
color: black !important;
 +
}
 +
.digitalcontent .card h3 {
 +
  color: white;
 +
  font-size: 20px;
 +
}
 
}
 
}
 
}}
 
}}