mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
24 lines
351 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|