mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
Fix timeline colors
This commit is contained in:
parent
d9f4c8d437
commit
ea0ee905a0
1 changed files with 16 additions and 15 deletions
|
|
@ -83,12 +83,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
$color: colors.$blue-800;
|
@mixin stamp-hover($color) {
|
||||||
|
|
||||||
@include colors.coderdojo-theme {
|
|
||||||
$color: colors.$orange-500;
|
|
||||||
}
|
|
||||||
|
|
||||||
> .stamp {
|
> .stamp {
|
||||||
border-color: $color;
|
border-color: $color;
|
||||||
background-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 {
|
&:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue