mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
23 lines
260 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
} |