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:
@@ -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; }
|
Reference in New Issue
Block a user