Update cards to use gab standard container properties.
This commit is contained in:
parent
20c36b1e94
commit
e008cb292a
@ -27,10 +27,9 @@
|
|||||||
.group-card {
|
.group-card {
|
||||||
display: block;
|
display: block;
|
||||||
flex: 0 0 calc(50% - 20px/2);
|
flex: 0 0 calc(50% - 20px/2);
|
||||||
|
@include gab-container-standards();
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
background: $gab-background-container;
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
border-radius: 10px;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
.group-card__header {
|
.group-card__header {
|
||||||
|
Loading…
Reference in New Issue
Block a user