2019-07-16 16:33:28 +00:00
|
|
|
%stats-card {
|
|
|
|
border: $decor-border-100;
|
|
|
|
border-radius: $decor-radius-100;
|
|
|
|
}
|
|
|
|
%stats-card li {
|
|
|
|
border-top: $decor-border-100;
|
|
|
|
}
|
|
|
|
%stats-card,
|
|
|
|
%stats-card li {
|
|
|
|
border-color: $gray-200;
|
|
|
|
}
|
2019-12-17 18:47:37 +00:00
|
|
|
%stats-card a {
|
|
|
|
color: $gray-900;
|
|
|
|
}
|
2019-07-16 16:33:28 +00:00
|
|
|
%stats-card,
|
|
|
|
%stats-card header::before {
|
2020-03-05 14:16:48 +00:00
|
|
|
box-shadow: $decor-elevation-300;
|
2019-07-16 16:33:28 +00:00
|
|
|
}
|
|
|
|
%stats-card:hover,
|
|
|
|
%stats-card:focus {
|
2020-03-05 14:16:48 +00:00
|
|
|
box-shadow: $decor-elevation-400;
|
2019-07-16 16:33:28 +00:00
|
|
|
}
|
|
|
|
%stats-card header > :not(a):last-child {
|
|
|
|
border: $decor-border-100;
|
|
|
|
border-radius: 100%;
|
|
|
|
border-color: $gray-200;
|
|
|
|
background-color: $white;
|
|
|
|
}
|
|
|
|
%stats-card ul {
|
|
|
|
/*TODO: %list-style-none?*/
|
|
|
|
list-style-type: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|