mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-16 16:20:04 +00:00
WIP: Proceed with frontend implementation
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
@use '@angular/material' as mat;
|
||||
|
||||
.game-cover-container img {
|
||||
|
||||
@include mat.elevation-transition();
|
||||
@include mat.elevation(4);
|
||||
|
||||
&:hover {
|
||||
@include mat.elevation(12);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user