gsy-component-library
Version:
reusable components from grid singularity
36 lines (35 loc) • 1.11 kB
CSS
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700");
/* VERBUND THEME */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700");
.card {
padding: 25px; }
.theme-d3a .card {
background: rgba(0, 0, 0, 0.06); }
.theme-verbund .card {
background: rgba(0, 0, 0, 0.06); }
.card__headline {
font-size: 20px;
font-weight: 400; }
.card__meta {
font-size: 16px; }
.theme-d3a .card__meta {
color: #35d7c6; }
.theme-verbund .card__meta {
color: #35d7c6; }
.card__header {
padding-bottom: 20px;
margin-bottom: 10px; }
.theme-d3a .card__header {
border-bottom: 1px solid #7d7d7d; }
.theme-verbund .card__header {
border-bottom: 1px solid #7d7d7d; }
.card__footer {
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: flex-end;
margin-top: 20px; }
.card__button {
align-self: flex-start; }