Skip to content

Commit

Permalink
Merge pull request #4200 from cisagov/bug/remove-seal
Browse files Browse the repository at this point in the history
Removed CISA 'watermark' logo
  • Loading branch information
Marcus-Goectau authored Oct 30, 2024
2 parents 1dbea1a + 4a53d92 commit 557a3d0
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 183 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,28 +366,10 @@ label[required]::after {
color: $validation-color;
}

.dhs-seal-background {
background-image: url("/assets/images/DHSLogo.svg");
background-repeat: no-repeat;
background-position: center bottom;
background-size: contain;
position: absolute;
width: 300px;
height: 300px;
z-index: -1;
bottom: 80px;
left: 0;
right: 0;
margin: 0 auto;
opacity: 0.1;
}

.bg-semi-trans {
background-color: rgba(255, 255, 255, 0.6);
}



.z-10 {
z-index: 10;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ <h4 class="accordion-header" id="headingOne">
</div>
</div>

<div class="bgc-white dhs-seal-background"
<div class="bgc-white"
*ngIf="(this.router.url!='/home/login' && this.router.url!='/home/reset-pass')"></div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -378,28 +378,10 @@ label[required]::after {
color: $validation-color;
}

.dhs-seal-background {
background-image: url("/assets/images/CISA_Logo_1831px.png");
background-repeat: no-repeat;
background-position: center bottom;
background-size: contain;
position: absolute;
width: 300px;
height: 300px;
z-index: -1;
bottom: 80px;
left: 0;
right: 0;
margin: 0 auto;
opacity: 0.1;
}

.bg-semi-trans {
background-color: rgba(255, 255, 255, 0.6);
}



.z-10 {
z-index: 10;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ <h4 class="accordion-header" id="headingOne">
</div>
</div>

<div class="bgc-white dhs-seal-background"
<div class="bgc-white"
*ngIf="(this.router.url!='/home/login' && this.router.url!='/home/reset-pass')"></div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -371,28 +371,10 @@ label[required]::after {
color: $validation-color;
}

.dhs-seal-background {
background-image: url("/assets/images/CISA_Logo_1831px.png");
background-repeat: no-repeat;
background-position: center bottom;
background-size: contain;
position: absolute;
width: 300px;
height: 300px;
z-index: -1;
bottom: 80px;
left: 0;
right: 0;
margin: 0 auto;
opacity: 0.1;
}

.bg-semi-trans {
background-color: rgba(255, 255, 255, 0.6);
}



.z-10 {
z-index: 10;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h4 class="accordion-header" id="headingOne">
</div>
</div>

<div class="bgc-white dhs-seal-background"
<div class="bgc-white"
*ngIf="(this.router.url!='/home/login' && this.router.url!='/home/reset-pass')"></div>
</div>
</div>
18 changes: 0 additions & 18 deletions CSETWebNg/src/app/layout/iod-layout/iod-layout.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -367,28 +367,10 @@ label[required]::after {
color: $validation-color;
}

.dhs-seal-background {
background-image: url("/assets/images/CISA_Logo_1831px.png");
background-repeat: no-repeat;
background-position: center bottom;
background-size: contain;
position: absolute;
width: 300px;
height: 300px;
z-index: -1;
bottom: 80px;
left: 0;
right: 0;
margin: 0 auto;
opacity: 0.1;
}

.bg-semi-trans {
background-color: rgba(255, 255, 255, 0.6);
}



.z-10 {
z-index: 10;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ <h4 class="accordion-header" id="headingOne">
</div>
</div>

<div class="bgc-white dhs-seal-background"
<div class="bgc-white"
*ngIf="(this.router.url!='/home/login' && this.router.url!='/home/reset-pass')"></div>
<div class="modal" tabindex="-1" role="dialog" [ngStyle]="{'display':display}">
<div class="modal-dialog" role="document">
Expand Down
18 changes: 0 additions & 18 deletions CSETWebNg/src/app/layout/layout-main/layout-main.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -367,28 +367,10 @@ label[required]::after {
color: $validation-color;
}

.dhs-seal-background {
background-image: url("/assets/images/CISA_Logo_1831px.png");
background-repeat: no-repeat;
background-position: center bottom;
background-size: contain;
position: absolute;
width: 300px;
height: 300px;
z-index: -1;
bottom: 80px;
left: 0;
right: 0;
margin: 0 auto;
opacity: 0.1;
}

.bg-semi-trans {
background-color: rgba(255, 255, 255, 0.6);
}



.z-10 {
z-index: 10;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -389,28 +389,10 @@ label[required]::after {
color: $validation-color;
}

.dhs-seal-background {
background-image: url("/assets/images/DHSLogo.svg");
background-repeat: no-repeat;
background-position: center bottom;
background-size: contain;
position: absolute;
width: 300px;
height: 300px;
z-index: -1;
bottom: 80px;
left: 0;
right: 0;
margin: 0 auto;
opacity: 0.1;
}

.bg-semi-trans {
background-color: rgba(255, 255, 255, 0.6);
}



.z-10 {
z-index: 10;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ <h4 class="accordion-header" id="headingOne">
</div>


<div class="bgc-white dhs-seal-background"
<div class="bgc-white"
*ngIf="(this.router.url!='/home/login' && this.router.url!='/home/reset-pass')">
</div>
</span>
Original file line number Diff line number Diff line change
Expand Up @@ -294,28 +294,10 @@ label[required]::after {
color: $validation-color;
}

.dhs-seal-background {
background-image: url("/assets/images/CISA_Logo_1831px.png");
background-repeat: no-repeat;
background-position: center bottom;
background-size: contain;
position: absolute;
width: 300px;
height: 300px;
z-index: -1;
bottom: 80px;
left: 0;
right: 0;
margin: 0 auto;
opacity: 0.1;
}

.bg-semi-trans {
background-color: rgba(255, 255, 255, 0.6);
}



.z-10 {
z-index: 10;
}
Expand Down
18 changes: 0 additions & 18 deletions CSETWebNg/src/app/layout/styles-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -300,28 +300,10 @@ label[required]::after {
color: $validation-color;
}

.dhs-seal-background {
background-image: url("/assets/images/CISA_Logo_1831px.png");
background-repeat: no-repeat;
background-position: center bottom;
background-size: contain;
position: absolute;
width: 300px;
height: 300px;
z-index: -1;
bottom: 80px;
left: 0;
right: 0;
margin: 0 auto;
opacity: 0.1;
}

.bg-semi-trans {
background-color: rgba(255, 255, 255, 0.6);
}



.z-10 {
z-index: 10;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -373,28 +373,10 @@ label[required]::after {
color: $validation-color;
}

.dhs-seal-background {
background-image: url("/assets/images/DHSLogo.svg");
background-repeat: no-repeat;
background-position: center bottom;
background-size: contain;
position: absolute;
width: 300px;
height: 300px;
z-index: -1;
bottom: 80px;
left: 0;
right: 0;
margin: 0 auto;
opacity: 0.1;
}

.bg-semi-trans {
background-color: rgba(255, 255, 255, 0.6);
}



.z-10 {
z-index: 10;
}
Expand Down
16 changes: 0 additions & 16 deletions CSETWebNg/src/sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,22 +123,6 @@ label[required]::after {
color: $validation-color;
}

.dhs-seal-background {
background-image: url("/assets/images/CISA_Logo_1831px.png");
background-repeat: no-repeat;
background-position: center bottom;
background-size: contain;
position: absolute;
width: 300px;
height: 300px;
z-index: -1;
bottom: 80px;
left: 0;
right: 0;
margin: 0 auto;
opacity: 0.1;
}

.bg-semi-trans {
background-color: rgba(255, 255, 255, 0.6);
}
Expand Down

0 comments on commit 557a3d0

Please sign in to comment.