feat: dashboard style.

This commit is contained in:
Ahmed Bouhuolia
2020-04-12 12:03:45 +02:00
parent 6dcff7e4c2
commit 37fb5a6f11
24 changed files with 517 additions and 201 deletions

View File

@@ -0,0 +1,30 @@
.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;
}
}
}
}
}
}