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({
|
||||
steps: [
|
||||
{
|
||||
intro: 'Welcome to Huegasm.<br>' +
|
||||
'This short wizard will guide you through the functionality available with this web application.'
|
||||
intro: 'Welcome! This short wizard will introduce you to Huegasm.'
|
||||
},
|
||||
{
|
||||
element: '#musicTab',
|
||||
|
|
|
|||
|
|
@ -172,6 +172,9 @@ md-switch[disabled=disabled], md-switch[disabled=disabled] .md-container, md-sli
|
|||
|
||||
.title {
|
||||
margin-bottom: 30px;
|
||||
img {
|
||||
width: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
#bridgeInput {
|
||||
|
|
|
|||
Reference in a new issue