mirror of
https://github.com/mozilla/send.git
synced 2026-02-05 10:24:59 -05:00
12 lines
156 B
CSS
12 lines
156 B
CSS
.okDialog {
|
|
display: flex;
|
|
flex-direction: column;
|
|
max-width: 400px;
|
|
padding: 16px;
|
|
}
|
|
|
|
.okDialog__message {
|
|
margin: 32px;
|
|
text-align: center;
|
|
}
|