16 lines
238 B
SCSS
16 lines
238 B
SCSS
|
.replication {
|
||
|
.selectable-card {
|
||
|
display: initial;
|
||
|
line-height: normal;
|
||
|
padding: $spacing-l;
|
||
|
|
||
|
&:hover {
|
||
|
box-shadow: 0 0 0 1px rgba($grey-dark, 0.3);
|
||
|
}
|
||
|
|
||
|
.card-title {
|
||
|
margin-bottom: 2rem;
|
||
|
}
|
||
|
}
|
||
|
}
|