Skip to content

Commit 9cb2092

Browse files
committed
Clean up images for umbrellaid button
1 parent b5f6a85 commit 9cb2092

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

-17 KB
Binary file not shown.
File renamed without changes.
46.9 KB
Loading

www/resources/sass/_idps_buttons.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,13 @@
175175
}
176176
&.umbrellaid {
177177
border-color: $umbrellaid;
178-
background: $white url("../images/umbrella-logo-head.jpg") no-repeat center center;
178+
background: $white url("../images/umbrellaid.png") no-repeat center center;
179179
background-size: contain;
180180
img {
181181
visibility: hidden;
182182
}
183183
&:hover {
184-
background-image: url("../images/umbrella-hover.png");
184+
background-image: url("../images/umbrellaid-secondary.png");
185185
border-color: $umbrellaid-secondary;
186186
}
187187
}

0 commit comments

Comments
 (0)