1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

Backward compatibility css

This commit is contained in:
Cameron
2021-01-02 12:28:32 -08:00
parent dd184a024c
commit 8d0af7cf46

View File

@@ -88,3 +88,8 @@ table.table { width: 100% }
overflow: visible; overflow: visible;
clip: auto; clip: auto;
} }
.mt-0 { margin-top: 0 }
.mb-0 { margin-bottom: 0 }
.mt-3 { margin-top: 1rem !important; }
.d-flex { display: flex !important; }