Skip to content

Instantly share code, notes, and snippets.

View gustaff-weldon's full-sized avatar

Good stuff and well done! gustaff-weldon

View GitHub Profile
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle',
init() {
this.set('parent', this.store.createRecord('parent', {name:'foo'}))
},
actions: {
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});
@gustaff-weldon
gustaff-weldon / dabblet.css
Created September 11, 2014 08:14 — forked from vuhrmeister/dabblet.css
Untitled
.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;
body {
font-family: Arial;
}
.wrapper {
width: 300px;
margin-left: 10px;
}
.wrapper2 {
body {
font-family: Arial;
}
.wrapper {
width: 300px;
margin-left: 10px;
}
.wrapper2 {
.wrapper {
width: 300px;
margin-left: .5em;
}
.wrapper2 {
display: inline-block;
text-align: center;
margin-left: .5em;
}
.wrapper {
width: 300px;
margin-left: .5em;
}
.wrapper2 {
display: inline-block;
text-align: center;
margin-left: .5em;
}
.wrapper {
width: 300px;
margin-left: .5em;
}
.wrapper2 {
display: inline-block;
text-align: center;
margin-left: .5em;
}
.container {
width: 400px;
}
.padded-multiline-wrapper {
font-size: 1em;
line-height: 1.4;
padding: 2px 0;
border-left: 20px solid #3A44BE;
position: relative;
}
@gustaff-weldon
gustaff-weldon / dabblet.css
Created January 8, 2014 10:14 — forked from anonymous/dabblet.css
icon, content is icon sign
body {
font-size: 1.6rem;
}
.container {
width: 20%;
display: table;
margin-bottom: 1em;
}