Skip to content

Commit 9ddfdf6

Browse files
committed
Add button for umbrellaid
1 parent 81aff10 commit 9ddfdf6

4 files changed

Lines changed: 14 additions & 0 deletions

File tree

17 KB
Loading
35.2 KB
Loading

www/resources/sass/_colors.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ $qq: #4292FF;
4343
$epos: #10482A;
4444
$bitbucket: #0747a6;
4545
$github: #24292e;
46+
$umbrellaid: #fdb82e;
47+
$umbrellaid-secondary: #fd887a;

www/resources/sass/_idps_buttons.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,16 @@
173173
background-size: 26px;
174174
}
175175
}
176+
&.umbrellaid {
177+
border-color: $umbrellaid;
178+
background: $white url("../images/umbrella-logo-head.jpg") no-repeat center center;
179+
background-size: contain;
180+
img {
181+
visibility: hidden;
182+
}
183+
&:hover {
184+
background-image: url("../images/umbrella-hover.png");
185+
border-color: $umbrellaid-secondary;
186+
}
187+
}
176188
}

0 commit comments

Comments
 (0)