mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat: project status.
This commit is contained in:
@@ -176,7 +176,7 @@ const ProjectStatusRoot = styled.div`
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
/* justify-content: flex-end; */
|
/* justify-content: flex-end; */
|
||||||
/* margin-right: 0.8rem; */
|
margin-right: 0.5rem;
|
||||||
flex-direction: row-reverse;
|
flex-direction: row-reverse;
|
||||||
`;
|
`;
|
||||||
const ProjectStatusTaskAmount = styled.div`
|
const ProjectStatusTaskAmount = styled.div`
|
||||||
@@ -191,7 +191,7 @@ const ProjectProgressBar = styled(ProgressBar)`
|
|||||||
display: block;
|
display: block;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
height: 3px;
|
height: 3px;
|
||||||
max-width: 115px;
|
max-width: 110px;
|
||||||
&,
|
&,
|
||||||
.bp3-progress-meter {
|
.bp3-progress-meter {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user