mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 14:58:36 +08:00
rename src to ionic
This commit is contained in:
@ -1,19 +0,0 @@
|
||||
import {NgElement, Component, Template, PropertySetter} from 'angular2/angular2';
|
||||
|
||||
@Component({
|
||||
selector: 'ion-content'
|
||||
})
|
||||
@Template({
|
||||
inline: `
|
||||
<div class="scroll-content">
|
||||
<content></content>
|
||||
</div>`
|
||||
})
|
||||
export class Content {
|
||||
constructor(
|
||||
@NgElement() element:NgElement
|
||||
) {
|
||||
this.domElement = element.domElement;
|
||||
this.domElement.classList.add('content');
|
||||
}
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
|
||||
// Content
|
||||
// --------------------------------------------------
|
||||
|
||||
$content-background-color: #fff !default;
|
||||
|
||||
|
||||
.pane-container {
|
||||
background-color: $content-background-color;
|
||||
}
|
Reference in New Issue
Block a user