Files
bigcapital/client/src/style/pages/exchange-rate.scss
2020-05-10 20:44:23 +02:00

23 lines
260 B
SCSS

.exchangeRate{
&-menu {
width: 240px;
}
}
.dialog--exchangeRate-form {
.bp3-dialog-body {
.bp3-form-group.bp3-inline {
.bp3-label {
min-width: 140px;
}
.bp3-form-content {
width: 250px;
}
}
}
}