Skip to content

Commit

Permalink
Update _table.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
vikdiesel committed Jun 9, 2020
1 parent b266ee1 commit 18fa9fb
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/scss/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ table.table {
}
}

td {
td,th {
.image {
width: $table-avatar-size;
height: $table-avatar-size;
Expand All @@ -15,6 +15,18 @@ table.table {
min-width: 5rem;
vertical-align: middle;
}

&.checkbox-cell {
.b-checkbox.checkbox:not(.button) {
margin-right: 0;
width: 20px;

.control-label {
display: none;
padding: 0;
}
}
}
}

tr {
Expand Down

0 comments on commit 18fa9fb

Please sign in to comment.