Skip to content

Instantly share code, notes, and snippets.

@starwavelin
Created February 19, 2016 22:05
Show Gist options
  • Save starwavelin/415234777d43f14d79c3 to your computer and use it in GitHub Desktop.
Save starwavelin/415234777d43f14d79c3 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// libsass (v3.2.5)
// ----
.bootstrap-overrides {
.table {
background-color: rgba(0, 0, 0, 0);
border-collapse: collapse;
border-spacing: 0;
max-width: 100%;
margin-bottom: 20px;
}
.table {
th {
background-color: #DADADA;
padding-top: 2px;
padding-bottom: 2px;
}
thead > tr > th {
border-top: 1px solid #c8c8c8;
border-left: 1px solid #c8c8c8;
border-bottom: 1px solid #c8c8c8;
}
thead > tr > th:last-child {
border-right: 1px solid #c8c8c8;
}
tbody > tr > td {
border: 1px solid #c8c8c8;
padding: 2px 2px;
}
}
}
.bootstrap-overrides .table {
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
max-width: 100%;
margin-bottom: 20px;
}
.bootstrap-overrides .table th {
background-color: #DADADA;
padding-top: 2px;
padding-bottom: 2px;
}
.bootstrap-overrides .table thead > tr > th {
border-top: 1px solid #c8c8c8;
border-left: 1px solid #c8c8c8;
border-bottom: 1px solid #c8c8c8;
}
.bootstrap-overrides .table thead > tr > th:last-child {
border-right: 1px solid #c8c8c8;
}
.bootstrap-overrides .table tbody > tr > td {
border: 1px solid #c8c8c8;
padding: 2px 2px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment