feat: disabled button in list component.

This commit is contained in:
Ahmed Bouhuolia
2020-11-24 12:47:03 +02:00
parent 431a6be377
commit a6bc88f83d
6 changed files with 33 additions and 41 deletions

View File

@@ -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 {