Skip to content

Commit f1e80ee

Browse files
"Added sample: javascript/analytics_codelab.css"
1 parent a5d5686 commit f1e80ee

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

javascript/analytics_codelab.css

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
body {
2+
font-family: Helvetica, sans-serif;
3+
}
4+
5+
.pre-auth {
6+
display: none;
7+
}
8+
9+
.post-auth {
10+
display: none;
11+
}
12+
13+
#chart {
14+
width: 500px;
15+
height: 300px;
16+
margin-bottom: 1em;
17+
}
18+
19+
#video-list {
20+
padding-left: 1em;
21+
list-style-type: none;
22+
}
23+
#video-list > li {
24+
cursor: pointer;
25+
}
26+
#video-list > li:hover {
27+
color: blue;
28+
}

0 commit comments

Comments
 (0)