added amazon importer and logging smtp
This commit is contained in:
@@ -200,6 +200,11 @@ main {
|
||||
color: #856404;
|
||||
}
|
||||
|
||||
.badge-info {
|
||||
background: #d1ecf1;
|
||||
color: #0c5460;
|
||||
}
|
||||
|
||||
.badge-inactive {
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
color: rgba(255, 255, 255, 0.7);
|
||||
@@ -236,6 +241,16 @@ main {
|
||||
border: 1px solid #bee5eb;
|
||||
}
|
||||
|
||||
/* Allow cards with tables to scroll horizontally */
|
||||
.card-table {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
/* Wider main container for pages with large tables */
|
||||
.main-wide {
|
||||
max-width: 95%;
|
||||
}
|
||||
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
|
||||
Reference in New Issue
Block a user