mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
fix(projects): optimize style time entry form.
This commit is contained in:
@@ -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;
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user