added stuff
This commit is contained in:
parent
e8d9044d2b
commit
9d0ebdfbd0
907 changed files with 70990 additions and 0 deletions
21
nyx/docs/templates/scss/components/table.scss
vendored
Normal file
21
nyx/docs/templates/scss/components/table.scss
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
margin: 30px 0px;
|
||||
|
||||
th,
|
||||
td {
|
||||
border: 1px solid #3b373d;
|
||||
padding: 8px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
th {
|
||||
background-color: #141215;
|
||||
color: white;
|
||||
}
|
||||
|
||||
tr:nth-child(even) {
|
||||
background-color: #2b282d;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue