mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
30 lines
453 B
SCSS
30 lines
453 B
SCSS
|
|
|
|
.dialog--category-form{
|
|
|
|
.bp3-dialog-body{
|
|
.bp3-form-group.bp3-inline{
|
|
|
|
.bp3-label{
|
|
min-width: 140px;
|
|
}
|
|
.bp3-form-content{
|
|
width: 250px;
|
|
}
|
|
|
|
&.form-group--description{
|
|
|
|
.bp3-form-content{
|
|
width: 280px;
|
|
|
|
textarea{
|
|
min-width: 100%;
|
|
max-width: 100%;
|
|
width: 100%;
|
|
max-height: 120px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |