mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
16 lines
252 B
SCSS
16 lines
252 B
SCSS
.dialog--currency-form {
|
|
.bp3-dialog-body {
|
|
.bp3-form-group.bp3-inline {
|
|
.bp3-label {
|
|
min-width: 140px;
|
|
}
|
|
.bp3-form-content {
|
|
width: 250px;
|
|
}
|
|
}
|
|
.bp3-dialog-header {
|
|
height: 170px;
|
|
}
|
|
}
|
|
}
|