Remove unused stats styles

These classes aren't used since commit e5a2440e9 and the styles were
accidentally added when bringing code from Madrid's fork in commit
ba67bb2f9.
This commit is contained in:
Javi Martín
2021-05-27 21:33:18 +02:00
parent 33a40acf74
commit ede4515230

View File

@@ -201,15 +201,5 @@ table {
.success {
background: #c1fdd2;
}
.border-left-success {
background: #c1fdd2;
border-left: 2px solid #58ff87;
}
.border-right-success {
background: #c1fdd2;
border-right: 2px solid #58ff87;
}
}
}