mirror of
https://github.com/mozilla/send.git
synced 2026-02-06 10:55:03 -05:00
12 lines
158 B
CSS
12 lines
158 B
CSS
.okDialog {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100px;
|
|
font-weight: 400;
|
|
padding: 10px;
|
|
}
|
|
|
|
.okDialog__message {
|
|
margin-bottom: 10px;
|
|
}
|