hedera-web/web/forms/admin/photos/style.css

30 lines
257 B
CSS
Executable File

.photos
{
padding: 1em;
}
.photos .box
{
max-width: 40em;
}
.photos form
{
margin: 0 auto;
max-width: 25em;
}
.photos iframe
{
display: none;
}
/* Footer */
.photos button
{
display: block;
margin: 0 auto;
padding: 0.6em;
margin-top: 1.5em;
}