mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
feat: disabled button in list component.
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.table {
|
||||
border: 1px dotted rgb(195, 195, 195);
|
||||
border: 1px solid #d2dce2;
|
||||
border-bottom: transparent;
|
||||
border-left: transparent;
|
||||
|
||||
@@ -74,6 +74,10 @@
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
|
||||
&:first-child{
|
||||
border-left: 1px solid #d2dce2;
|
||||
}
|
||||
}
|
||||
|
||||
.thead {
|
||||
|
||||
Reference in New Issue
Block a user