mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 00:33:58 -04:00
Merge branch 'main' of https://github.com/GSA/notifications-admin into 1484-dashboard-visualizations
# Conflicts: # app/assets/sass/uswds/_uswds-theme-custom-styles.scss # app/templates/views/dashboard/dashboard.html # gulpfile.js # tests/app/main/views/test_dashboard.py
This commit is contained in:
@@ -344,11 +344,3 @@ h2.recipient-list {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// .js-focus-style {
|
||||
// outline: 3px solid color("blue-40v");
|
||||
// box-shadow: 0 0 0 7px color("blue-40v");
|
||||
// *:focus {
|
||||
// outline: none;
|
||||
// }
|
||||
// }
|
||||
|
||||
@@ -332,6 +332,16 @@ td.table-empty-message {
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
@media (max-width: units('desktop-lg')) {
|
||||
.table-overflow-x-auto {
|
||||
overflow-x: auto;
|
||||
table {
|
||||
min-width: 768px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Dashboard
|
||||
|
||||
.dashboard {
|
||||
@@ -381,9 +391,6 @@ td.table-empty-message {
|
||||
background-image: url(../img/material-icons/description.svg);
|
||||
}
|
||||
}
|
||||
.table-wrapper {
|
||||
overflow-x: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.dashboard-table {
|
||||
|
||||
Reference in New Issue
Block a user