This commit is contained in:
CocoByte 2025-02-03 14:00:49 -07:00
parent 72da75773e
commit 78f447fad0
No known key found for this signature in database
GPG key ID: BBFAA2526384C97F
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ export class DomainsTable extends BaseTable {
</svg> </svg>
</td> </td>
${markupForSuborganizationRow} ${markupForSuborganizationRow}
<td class="${ this.portfolioValue ? '' : "width--action-column"}"> <td class="width--action-column">
<a href="${actionUrl}"> <a href="${actionUrl}">
<svg class="usa-icon top-1px" aria-hidden="true" focusable="false" role="img" width="24"> <svg class="usa-icon top-1px" aria-hidden="true" focusable="false" role="img" width="24">
<use xlink:href="/public/img/sprite.svg#${domain.svg_icon}"></use> <use xlink:href="/public/img/sprite.svg#${domain.svg_icon}"></use>

View file

@ -1,7 +1,7 @@
@use "uswds-core" as *; @use "uswds-core" as *;
@use "cisa_colors" as *; @use "cisa_colors" as *;
$widescreen-max-width: 1536px; //1920px; $widescreen-max-width: 1536px;
$widescreen-x-padding: 4.5rem; $widescreen-x-padding: 4.5rem;
$hot-pink: #FFC3F9; $hot-pink: #FFC3F9;