Current path: home/webdevt/www/demo2/wp-content/themes/blocksy/static/sass/frontend/8-integrations/gutenberg/
?? Go up: /home/webdevt/www/demo2/wp-content/themes/blocksy/static/sass/frontend/8-integrations
.post-password-form {
> p {
&:last-child {
display: grid;
align-items: flex-end;
gap: 15px;
@include media-breakpoint-up (md) {
grid-template-columns: 1fr 250px;
}
> label {
margin-bottom: 0;
input {
margin-top: 0.5em;
}
}
> input[type="submit"] {
height: var(--theme-form-field-height, 40px);
}
}
}
}