_bootstrap.scss 245 Bytes
Newer Older
arturo's avatar
arturo committed
1 2 3 4 5 6
/* Bootstrap 4.x Generic Custom Styles */

// originally added to "table" tag on "_reboot.scss"
.table {
  border-collapse: collapse;
}
7 8 9 10 11

// remove side-effect's z-index
.input-group-prepend .btn, .input-group-append .btn {
  z-index: initial;
}