Skip to content

Commit

Permalink
Added some table styles
Browse files Browse the repository at this point in the history
  • Loading branch information
karsasmus committed Apr 7, 2017
1 parent 626d915 commit a70c5e6
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions app/source/styles/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $media-list-item-image-size: 4rem;
}

// Backups table
.backups-table {
.backups-table, .updates-table {
td,
th {
vertical-align: middle;
Expand All @@ -60,7 +60,24 @@ $media-list-item-image-size: 4rem;
}
}

.backups-table-none {
.updates-table {
.update {
font-size: 1.5rem;
}
tr {
td {
width: 10rem;
}
td:nth-child(1){
width: 50rem;
}
td:nth-child(2){
width: 40rem;
}
}
}

.backups-table-none, .updates-table-none {
text-align: center;
font-size: 1.2rem;
border: dashed 2px #ddd;
Expand Down

0 comments on commit a70c5e6

Please sign in to comment.