Skip to content

Instantly share code, notes, and snippets.

@PudgyPoppins
Created June 27, 2019 22:00
Show Gist options
  • Save PudgyPoppins/dcd4638230df9f6549c24d4004a6ff97 to your computer and use it in GitHub Desktop.
Save PudgyPoppins/dcd4638230df9f6549c24d4004a6ff97 to your computer and use it in GitHub Desktop.
*{transition:0.1s linear;}
body {
padding-top: 4.5rem;
}
.alert-pre {
word-wrap: break-word;
word-break: break-all;
white-space: pre-wrap;
}
tr:hover:not(.head), tr:focus{background-color:rgba(0,0,0,.1);}
tr < a:focus{background-color:rgba(0,0,0,.1);}
.table-danger, .table-danger td {border-top:1px solid white;}
.duplicate .duplicateCheck{color:red; font-weight:bold;}
.notInExcel .excelCheck{color:red; font-weight:bold;}
.icon::before {
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
.table-danger td:first-of-type::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f071";
position: absolute;
margin-left:-35px;
color:red;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment