List Images and Galleries, Access restrictions

This commit is contained in:
2022-12-27 22:09:10 +01:00
parent a54ad8954c
commit 651218c48b
16 changed files with 623 additions and 26 deletions

View File

@@ -39,6 +39,10 @@
}
.RV-Image__link {
display: flex;
flex-direction: row;
flex-wrap: wrap;
transition: transform 300ms ease-in-out;
}
@@ -46,6 +50,15 @@
transform: scale(1.1);
}
.RV-Image__title {
flex-basis: 100%;
display: block;
}
.RV-Image {
max-width: 100%;
}
.RV-Fieldset {
margin: 50px 200px;
display: flex;
@@ -53,6 +66,14 @@
gap: 30px;
}
.RV-Navigation {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
width: 100%;
}
.RV-Input {
display: flex;
flex-direction: column;