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

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

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;
}

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.