Skip to content

Commit 00745ad

Browse files
authored
Merge pull request #415 from zhx828/add-user-banner
Minor adjustment to the banner
2 parents 474667f + 60aa680 commit 00745ad

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/main/webapp/app/components/userMessager/UserMessage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if (
3737
// BASED ON USERS LOCALSTORAGE
3838
{
3939
dateEnd: 100000000000000,
40-
content: `Join our webinar to learn how to use OncoKB effectively. First webinar <strong>May 7th 3pm-4pm EDT</strong>. <a class="btn btn-secondary btn-sm ml-2" target="_blank" href="https://meetmsk.zoom.us/meeting/register/vJcvf-CvrzsshBK8VEiD5J9DSRDf7C--qg">Click here to register!</a>`,
40+
content: `Join our webinar to learn how to use OncoKB effectively, <strong>May 7th 3pm-4pm EDT</strong>. <a class="btn btn-primary btn-sm ml-2 user-messager-container-button" target="_blank" href="https://meetmsk.zoom.us/meeting/register/vJcvf-CvrzsshBK8VEiD5J9DSRDf7C--qg">Click here to register!</a>`,
4141
id: '2020_spring_webinar'
4242
}
4343
];

src/main/webapp/app/index.scss

+9
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ body,
2727
color: $oncokb-orange;
2828
}
2929

30+
.user-messager-container-button {
31+
background-color: $oncokb-color-oncogenic;
32+
border-color: $oncokb-color-oncogenic;
33+
&:hover {
34+
background-color: #1762ab;
35+
border-color: #1762ab;
36+
}
37+
}
38+
3039
.header {
3140
.navbar-brand {
3241
}

0 commit comments

Comments
 (0)