mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-18 14:26:39 +00:00
feat: add css file for table
This commit is contained in:
parent
5946fcda6b
commit
bc381e6873
17
src/pages/ValidatorManagement/ManagementTable.css
Normal file
17
src/pages/ValidatorManagement/ManagementTable.css
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
table {
|
||||||
|
width: 100%;
|
||||||
|
border-collapse: collapse;
|
||||||
|
margin: 20px 0;
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
th,
|
||||||
|
td {
|
||||||
|
padding: 12px 20px;
|
||||||
|
border: 1px solid #e6e6e6;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user