2019-03-01 16:15:25 +01:00
|
|
|
.figure-card {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
margin: 25px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card {
|
|
|
|
padding: 25px 20px 20px 20px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card {
|
|
|
|
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
|
|
|
|
border-radius: 6px;
|
|
|
|
color: rgba(0, 0, 0, 0.87);
|
|
|
|
background: #fff;
|
|
|
|
}
|
2019-03-05 17:25:38 +01:00
|
|
|
|
|
|
|
.vl {
|
|
|
|
border-left: solid #999;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.conteiner{
|
|
|
|
padding: 1em;
|
|
|
|
background-color: #eef1f5;
|
|
|
|
}
|