List Images and Galleries, Access restrictions
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user