This commit is contained in:
Mark Otto 2017-08-10 20:43:53 -07:00
parent 8c8f7761d0
commit 7a5dd0d1ce
10 changed files with 17 additions and 9 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -5294,6 +5294,10 @@ a.bg-dark:focus, a.bg-dark:hover {
background-color: #1d2124 !important;
}
.bg-white {
background-color: #fff !important;
}
.bg-transparent {
background-color: transparent !important;
}
@ -5354,6 +5358,10 @@ a.bg-dark:focus, a.bg-dark:hover {
border-color: #343a40 !important;
}
.border-white {
border-color: #fff !important;
}
.rounded {
border-radius: 0.25rem !important;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long