Merge pull request 'error boundary and table pagination' (#28) from table-pagination into main
Reviewed-on: #28
This commit is contained in:
commit
42b597d585
@ -13,7 +13,12 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
column-gap: 10px;
|
column-gap: 10px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 16px;
|
font-size: 20px;
|
||||||
color: black;
|
color: black;
|
||||||
|
transition: all 0.3s ease;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
scale: 1.1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user