misuzu/assets/css/misuzu/confirm.css

12 lines
223 B
CSS
Raw Normal View History

2022-09-13 13:14:49 +00:00
.confirm {
max-width: 400px;
margin: 0 auto;
}
.confirm__buttons {
display: flex;
padding: 5px;
justify-content: center;
}
.confirm__message { padding: 2px 5px; }
.confirm__button { margin-right: 5px; }