Files
bigcapital/src/style/pages/Currency/CurrencyFormDialog.scss
2021-09-21 17:13:53 +02:00

24 lines
351 B
SCSS

.dialog--currency-form {
.bp3-dialog-body {
margin-bottom: 30px;
.bp3-form-group.bp3-inline {
.bp3-label {
min-width: 140px;
}
.bp3-form-content {
width: 250px;
}
}
.bp3-dialog-header {
height: 170px;
}
}
.bp3-dialog-footer{
.bp3-button{
min-width: 75px;
}
}
}