Skip to content

Commit

Permalink
Update bootstrap.scss (swimlane#1460)
Browse files Browse the repository at this point in the history
Added empty-row padding
  • Loading branch information
agil-NUBBA authored and marjan-georgiev committed Jul 27, 2018
1 parent 646e44a commit 8ebba96
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/themes/bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ bootstrap table theme
vertical-align: top;
}
}
.empty-row {
$alert-padding-y: 0.75rem !default;
$alert-padding-x: 1.25rem !default;
position: relative;
padding: $alert-padding-y $alert-padding-x;
margin-bottom: 0;
}
}
.datatable-footer {
background: #424242;
Expand Down Expand Up @@ -83,7 +90,6 @@ bootstrap table theme
}
}
}

// Summary row styles
.datatable-summary-row {
.datatable-body-row {
Expand Down

0 comments on commit 8ebba96

Please sign in to comment.