Merge branch 'dev-1.0-118-design' of git.radiocampus.be:rc/aircox into dev-1.0-118-design

This commit is contained in:
bkfox
2024-02-12 14:41:19 +01:00
5 changed files with 23 additions and 24 deletions

View File

@ -414,7 +414,8 @@
&:hover {
figure {
box-shadow: 0em 0em 1.2em rgba(0, 0, 0, 0.4) !important;
// box-shadow: 0em 0em 1.2em rgba(0, 0, 0, 0.4) !important;
box-shadow: 0em 0em 1em rgba(0,0,0,0.2);
}
a {
@ -443,7 +444,7 @@
position: relative;
figure {
box-shadow: 0em 0em 1em rgba(0, 0, 0, 0.2);
// box-shadow: 0em 0em 1em rgba(0, 0, 0, 0.2);
height: var(--cover-h);
width: var(--cover-w);
}