wildebeest/frontend/src/routes/explore/links/index.scss

14 wiersze
178 B
SCSS

@use '../../../theme.scss' as theme;
.container {
&:hover {
background-color: theme.$slate700;
}
}
.thumbnail {
width: 120px;
height: 120px;
object-fit: cover;
}