css: Remove unused btn-info styles.

This commit is contained in:
Tim Abbott 2024-01-25 14:58:11 -08:00
parent ee9a9bfa98
commit 371dea3f0d
1 changed files with 0 additions and 12 deletions

View File

@ -113,18 +113,6 @@ THE SOFTWARE.
color: #fff;
background-color: #333;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
color: #fff;
background-color: #39b3d7;
border-color: #269abc;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;