mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
13 lines
160 B
SCSS
13 lines
160 B
SCSS
@import '../../../../styles/partials/variables';
|
|
|
|
.modal-body {
|
|
min-height: 450px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.modal-footer {
|
|
.btn-wide {
|
|
min-width: 100px;
|
|
}
|
|
}
|