Skip to content

Commit

Permalink
Merge pull request #9 from decentraland/fix/table
Browse files Browse the repository at this point in the history
fix: table styles
  • Loading branch information
Juan Cazala authored Jul 4, 2018
2 parents 2cde706 + 7aa68f2 commit d8ae252
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 4 deletions.
15 changes: 11 additions & 4 deletions src/components/Table/Table.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,27 @@
.ui.basic.table {
border-color: var(--secondary);
border: 2px solid var(--outline);
border-radius: 12px;
}

.ui.table thead th {
color: var(--secondary-text);
color: var(--secondary);
padding: 18px 24px 10px 24px;
}

.ui.basic.table tbody tr {
border-bottom: none;
}

.ui.table tr td {
.ui.basic.table tbody tr td {
border-top: none;
padding: 12px 24px;
}

.ui.table thead th {
.ui.basic.table tbody tr:last-child td {
padding-bottom: 18px;
}

.ui.basic.table thead th {
border-bottom: none;
color: #7d8499;
text-transform: uppercase;
Expand Down
1 change: 1 addition & 0 deletions src/themes/dark-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@

/* borders */
--radius: 8px;
--outline: #181f33;
}
1 change: 1 addition & 0 deletions src/themes/light-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@

/* borders */
--radius: 8px;
--outline: #e0e2e8;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d8ae252

Please sign in to comment.