mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-16 18:31:40 -07:00
Allows the user to download CBG list (#318)
* adds initial download CBG box * componentize download packet, adds e2e tests * changes download file url in test to smaller size * improve testing functions * removes underline, colors icon * replace csv with zip for safari security issue
This commit is contained in:
parent
0316906a69
commit
33c3288160
10 changed files with 195 additions and 24 deletions
|
@ -28,6 +28,7 @@ $theme-font-role-heading: "sans";
|
|||
|
||||
// Custom SASS/CSS goes here
|
||||
$j40-max-width: 80ex;
|
||||
$primary-color: #112f4e;
|
||||
|
||||
.j40-two-column {
|
||||
overflow: hidden;
|
||||
|
@ -70,7 +71,7 @@ $j40-max-width: 80ex;
|
|||
.j40-header,
|
||||
.j40-primary-nav,
|
||||
.j40-header > li > a {
|
||||
color: #112f4e !important;
|
||||
color: $primary-color !important;
|
||||
z-index: 5;
|
||||
|
||||
.usa-nav-container {
|
||||
|
@ -79,7 +80,7 @@ $j40-max-width: 80ex;
|
|||
|
||||
span {
|
||||
// make sure the open close chevron is colored correctly
|
||||
color: #112f4e;
|
||||
color: $primary-color;
|
||||
}
|
||||
|
||||
// this is the title
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue