mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-09 11:45:36 +00: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;
|
|
}
|