mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-22 09:19:28 +00:00
feat: style table
This commit is contained in:
parent
5809f3cefc
commit
e4be407ebc
@ -1,15 +1,20 @@
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
margin: 20px 0;
|
||||
font-size: 14px;
|
||||
border: 1px solid #e7eaee;
|
||||
border-radius: 16px;
|
||||
}
|
||||
|
||||
th {
|
||||
border-bottom: 1px solid #e7eaee;
|
||||
}
|
||||
|
||||
th,
|
||||
td {
|
||||
padding: 12px 20px;
|
||||
border: 1px solid #e6e6e6;
|
||||
text-align: left;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
th {
|
||||
|
Loading…
x
Reference in New Issue
Block a user