Created
February 19, 2016 22:43
-
-
Save starwavelin/b3609ff4c9e788457265 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// 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; | |
} | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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