Skip to content

Commit 6849b24

Browse files
committed
Style button
1 parent 94cef7b commit 6849b24

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

firebase/notifications-example/public/index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,15 @@
5252
text-align: center;
5353
font-size: 13px;
5454
}
55+
#requestToken {
56+
margin: 0px 0px 12px;
57+
padding: 8px 16px;
58+
border-radius: 4px;
59+
background: #007df9;
60+
color: white;
61+
border: none;
62+
cursor: pointer;
63+
}
5564
@media (max-width: 600px) {
5665
body {
5766
margin-top: 0;

0 commit comments

Comments
 (0)