Fix timeline colors

This commit is contained in:
Yannik Rödel 2022-04-19 17:52:31 +02:00
parent d9f4c8d437
commit ea0ee905a0

View file

@ -83,12 +83,7 @@
}
&:hover {
$color: colors.$blue-800;
@include colors.coderdojo-theme {
$color: colors.$orange-500;
}
@mixin stamp-hover($color) {
> .stamp {
border-color: $color;
background-color: $color;
@ -103,6 +98,12 @@
}
}
@include stamp-hover(colors.$blue-800);
@include colors.coderdojo-theme {
@include stamp-hover(colors.$orange-500);
}
}
&:last-child {
margin-bottom: 0;