This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Ember from 'ember'; | |
export default Ember.Controller.extend({ | |
appName: 'Ember Twiddle', | |
init() { | |
this.set('parent', this.store.createRecord('parent', {name:'foo'})) | |
}, | |
actions: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Ember from 'ember'; | |
export default Ember.Controller.extend({ | |
appName: 'Ember Twiddle' | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.dumb { | |
font-size: 1.2em; | |
color: white; | |
background: #3A44BE; | |
padding: .1em 0; | |
box-shadow: 10px 0 #3A44BE,-10px 0 #3A44BE,10px 5px #FFE000,-10px 5px #FFE000; | |
} | |
body { | |
font-family: Arial; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: Arial; | |
} | |
.wrapper { | |
width: 300px; | |
margin-left: 10px; | |
} | |
.wrapper2 { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: Arial; | |
} | |
.wrapper { | |
width: 300px; | |
margin-left: 10px; | |
} | |
.wrapper2 { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.wrapper { | |
width: 300px; | |
margin-left: .5em; | |
} | |
.wrapper2 { | |
display: inline-block; | |
text-align: center; | |
margin-left: .5em; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.wrapper { | |
width: 300px; | |
margin-left: .5em; | |
} | |
.wrapper2 { | |
display: inline-block; | |
text-align: center; | |
margin-left: .5em; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.wrapper { | |
width: 300px; | |
margin-left: .5em; | |
} | |
.wrapper2 { | |
display: inline-block; | |
text-align: center; | |
margin-left: .5em; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.container { | |
width: 400px; | |
} | |
.padded-multiline-wrapper { | |
font-size: 1em; | |
line-height: 1.4; | |
padding: 2px 0; | |
border-left: 20px solid #3A44BE; | |
position: relative; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-size: 1.6rem; | |
} | |
.container { | |
width: 20%; | |
display: table; | |
margin-bottom: 1em; | |
} |
NewerOlder