small changes
This commit is contained in:
parent
391ccd53b6
commit
fa0b2216f5
2 changed files with 4 additions and 2 deletions
|
|
@ -41,8 +41,7 @@ export default Em.Component.extend({
|
||||||
intro.setOptions({
|
intro.setOptions({
|
||||||
steps: [
|
steps: [
|
||||||
{
|
{
|
||||||
intro: 'Welcome to Huegasm.<br>' +
|
intro: 'Welcome! This short wizard will introduce you to Huegasm.'
|
||||||
'This short wizard will guide you through the functionality available with this web application.'
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
element: '#musicTab',
|
element: '#musicTab',
|
||||||
|
|
|
||||||
|
|
@ -172,6 +172,9 @@ md-switch[disabled=disabled], md-switch[disabled=disabled] .md-container, md-sli
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
|
img {
|
||||||
|
width: 200px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#bridgeInput {
|
#bridgeInput {
|
||||||
|
|
|
||||||
Reference in a new issue