Skip to content

Commit 48ef9d1

Browse files
css upgrade for eg page
1 parent 4cc1e33 commit 48ef9d1

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

src/examples/index.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,17 @@
55
<title>React StepZilla - Demo Page</title>
66
<meta name="description" content="This page shows all of React Stepzilla's functionality">
77

8+
<style>
9+
@import url('https://fonts.googleapis.com/css?family=Roboto');
10+
</style>
11+
812
<style>
913
/* local page styles */
14+
html, html body {
15+
background-color: #f2f9ff;
16+
font-family: 'Roboto', sans-serif;
17+
}
18+
1019
html h1 {
1120
font-size: 26px;
1221
margin-left: 10px;
@@ -123,14 +132,19 @@
123132
html .form-block-holder {
124133
margin-top: 20px !important;
125134
}
135+
136+
/* overwrite the stepzilla styles */
137+
html ol.progtrckr li.progtrckr-todo:before {
138+
background-color: #f2f9ff;
139+
}
126140
</style>
127141
</head>
128142
<body>
129143
<!--[if lt IE 8]>
130144
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
131145
<![endif]-->
132146
<div class="lib-version">v4.4.6</div>
133-
147+
134148
<div id="root" class="container"></div>
135149

136150
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>

0 commit comments

Comments
 (0)