fix(projects): optimize style time entry form.

This commit is contained in:
a.bouhuolia
2022-10-05 23:29:13 +02:00
parent f9a7021f55
commit 048fcda9dc
8 changed files with 94 additions and 136 deletions

View File

@@ -13,13 +13,6 @@
&.is-hidden {
visibility: hidden;
}
.row {
.col {
max-width: 400px;
min-width: 250px;
}
}
.bp3-drawer {
box-shadow: 0 0 0 transparent;
max-height: 550px;
@@ -38,14 +31,6 @@
}
}
.bp3-form-group {
margin-bottom: 22px;
label.bp3-label {
margin-bottom: 6px;
}
}
.bp3-button.button--submit-filter {
min-height: 34px;
padding-left: 16px;
@@ -102,9 +87,6 @@
}
}
.bp3-tab-panel {
}
&__footer {
background-color: #ecf0f3;
border-top: 1px solid #c3cdd5;
@@ -114,7 +96,6 @@
bottom: 0;
width: 100%;
}
.row {
margin-left: -0.85rem;
margin-right: -0.85rem;
@@ -129,9 +110,4 @@
height: auto;
}
}
// .bp3-multi-select-popover .bp3-menu {
// max-height: 200px;
// width: 300px;
// overflow: auto;
// }
}