mirror of
https://github.com/penpot/penpot.git
synced 2025-05-12 19:16:37 +02:00
🐛 Fix minor visual issue
This commit is contained in:
parent
c8c43de510
commit
bd52a7c926
2 changed files with 15 additions and 10 deletions
|
@ -154,6 +154,10 @@
|
||||||
.modal-footer .action-buttons {
|
.modal-footer .action-buttons {
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fields-container {
|
||||||
|
margin-top: 1rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.confirm-dialog {
|
.confirm-dialog {
|
||||||
|
|
|
@ -95,6 +95,7 @@
|
||||||
{:type :info
|
{:type :info
|
||||||
:content (tr "modals.change-email.info" (:email profile))}]
|
:content (tr "modals.change-email.info" (:email profile))}]
|
||||||
|
|
||||||
|
[:div.fields-container
|
||||||
[:div.fields-row
|
[:div.fields-row
|
||||||
[:& fm/input {:type "email"
|
[:& fm/input {:type "email"
|
||||||
:name :email-1
|
:name :email-1
|
||||||
|
@ -104,7 +105,7 @@
|
||||||
[:& fm/input {:type "email"
|
[:& fm/input {:type "email"
|
||||||
:name :email-2
|
:name :email-2
|
||||||
:label (tr "modals.change-email.confirm-email")
|
:label (tr "modals.change-email.confirm-email")
|
||||||
:trim true}]]]
|
:trim true}]]]]
|
||||||
|
|
||||||
[:div.modal-footer
|
[:div.modal-footer
|
||||||
[:div.action-buttons
|
[:div.action-buttons
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue