Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreylanters committed Apr 21, 2017
1 parent 9813528 commit 815dd97
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,17 @@ export class Menu extends Component {
The player will be injected in the a component with the className "unity-container". To style to player use the following sass styling. To style the loader you can style the component with the className "unity-loader". See the example below.

```scss
/* Example styling */
.unity-container {
canvas {
/* ... */
.unity {
.unity-container {
canvas {

}
}
}
.unity-loader {
/* ... */
.bar {
/* ... */
.fill {
/* the width will be set
* by the component
... */
.unity-loader {
.bar {
.fill {
/* the width will be set by the component */
}
}
}
}
Expand Down

0 comments on commit 815dd97

Please sign in to comment.