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
{"lastUpload":"2018-12-23T11:14:03.613Z","extensionVersion":"v3.2.4"} |
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{ | |
margin: 0; | |
padding: 0; | |
} | |
.header { | |
background-color: #262628; | |
width: 100%; | |
height: 60px; |
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
<ion-header class="glass top-header"> | |
<ion-toolbar> | |
<a class="header-link">myTravel</a> | |
<ion-buttons end> | |
<a ion-button class="btn-ico profile spaced" | |
(click)="openNav('profile')"></a> | |
<a ion-button class="btn-ico settings spaced" | |
(click)="openNav('settings')"></a> | |
<a ion-button class="btn-ico help"></a> | |
</ion-buttons> |
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 * as ui from 'sansux/ui'; | |
//styles | |
import css from '../app/css/styles'; | |
class AccountStatement extends Component { | |
render() { | |
return ( | |
<ScrollView style={css.screen}> |
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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
NewerOlder