Skip to content

Commit

Permalink
Merge pull request #1669 from ameshkin/FOIA-183407-svg-main
Browse files Browse the repository at this point in the history
FOIA-183407: Added main stroke color for svg.
  • Loading branch information
ameshkin authored May 8, 2023
2 parents f9ec6b9 + f0e5cb4 commit b627432
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 21 deletions.
15 changes: 2 additions & 13 deletions www.foia.gov/_sass/base/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,26 +147,15 @@ p {
}
}

.usa-footer {
.ext {
.stroke-color {
stroke: #C6ECFC;
}
}
}


.svg-icon {
margin: 0 4px;
width: 10px;
height: 10px;
}

.stroke-color {
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10;
}


.usa-link--external {
position: relative;
Expand Down
21 changes: 16 additions & 5 deletions www.foia.gov/_sass/modules/_exitscript.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
.simple-modal-body {
.usa-alert {
overflow: auto;
.usa-alert-body {
max-width: 48rem;
.stroke-color {
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
stroke-miterlimit: 10;
}

#main {
.stroke-color {
stroke: #122E51;
}
}
.usa-footer {
.ext {
.stroke-color {
stroke: #C6ECFC;
}
}
}
3 changes: 0 additions & 3 deletions www.foia.gov/_sass/theme/_cfoc_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,4 @@
}
}

.stroke-color {
stroke: #122E51;
}
}

0 comments on commit b627432

Please sign in to comment.