Skip to content

Commit 5c0c58e

Browse files

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

demo/v2-demo/sample.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div id="playground-banner" onclick="openBannerLink();">
2-
<p id="playground-banner-text">Influence the future of Power BI Embedded by joining our research panel.&nbsp;</p><p id="playground-banner-text-underlined">Sign up now!</p>
2+
<p id="playground-banner-text">Help us learn about your Power BI Embedded experience.&nbsp;</p><p id="playground-banner-text-underlined">Take our survey now!</p>
33
<img id="playground-banner-close" src="images\close.png" onclick="closeBanner();"/>
44
</div>
55
<div id="steps-nav-bar">
@@ -45,6 +45,6 @@ <h3>Welcome to the Power BI Embedded Playground</h3>
4545
if (!showBanner)
4646
return;
4747

48-
window.open("https://www.usertesting.com/panels/7wZ4nzGa/join?RID=Playground", '_blank');
48+
window.open("https://aka.ms/pbiesurvey_general", '_blank');
4949
}
5050
</script>

demo/v2-demo/style/style.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1869,24 +1869,26 @@ input:checked + .slider.round {
18691869
#playground-banner {
18701870
height: 48px;
18711871
text-align: center;
1872-
background-color: #F2C811;
1872+
color: #000000;
1873+
background-color: #FBEEB5;
18731874
padding: 12px;
18741875
border-bottom: solid 1px #F1F1F1;
18751876
cursor: pointer;
18761877
}
18771878

18781879
#playground-banner:hover {
1879-
background-color: #ddb612;
1880+
background-color: #F7DE6D;
18801881
}
18811882

18821883
#playground-banner-text, #playground-banner-text-underlined {
18831884
font-size: 16px;
1884-
font-weight: 600;
1885+
font-weight: 400;
18851886
display: inline-block;
18861887
}
18871888

18881889
#playground-banner-text-underlined {
18891890
text-decoration: underline;
1891+
font-weight: 600;
18901892
}
18911893

18921894
#playground-banner-close {

0 commit comments

Comments
 (0)