Show message when no photos are available on Location

This commit is contained in:
2021-10-12 17:12:33 +02:00
parent 759dbaf7b3
commit 56c523679b
2 changed files with 66 additions and 43 deletions

View File

@@ -202,4 +202,18 @@
cursor: not-allowed;
}
}
// Message
&__message {
padding: clamp(96px, 24vw, 360px) 0 clamp(96px, 16vw, 280px);
text-align: center;
color: $color-text;
font-size: rem(24px);
font-weight: 200;
line-height: 1.4;
@include bp (sm) {
font-size: rem(28px);
}
}
}