one ; should be more than enough ;)
This commit is contained in:
parent
c21457d6a7
commit
8104a07327
|
@ -125,7 +125,7 @@ export default Ember.Component.extend({
|
|||
_bindUploadTarget() {
|
||||
this._unbindUploadTarget(); // in case it's still bound, let's clean it up first
|
||||
|
||||
const $element = this.$();;
|
||||
const $element = this.$();
|
||||
const csrf = this.session.get('csrfToken');
|
||||
const uploadPlaceholder = this.get('uploadPlaceholder');
|
||||
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
color: $primary;
|
||||
}
|
||||
p {
|
||||
color: darken($primary, 40%);;
|
||||
color: darken($primary, 40%);
|
||||
font-size: 0.929em;
|
||||
}
|
||||
.archetype-option {
|
||||
|
|
|
@ -66,7 +66,7 @@
|
|||
h2 {
|
||||
a {
|
||||
font-size: 1em;
|
||||
color: scale-color($tertiary, $lightness: -10%);;
|
||||
color: scale-color($tertiary, $lightness: -10%);
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue