Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

@@ -123,7 +123,6 @@

// Title inside of a bar is centered
.title {
display: block;
position: absolute;

top: 0;
@@ -160,7 +159,7 @@
color: inherit;
}

.button, button {
.button {
z-index: $z-index-bar-button;
padding: 0 $button-bar-button-padding;
min-width: initial;
@@ -402,3 +401,4 @@
.nav-bar-tabs-top .bar {
background-image: none;
}

@@ -51,9 +51,6 @@
border-right-width: 1px;
border-radius: 0px $button-border-radius $button-border-radius 0px;
}
&:only-child {
border-radius: $button-border-radius;
}
}

.button-bar > .button-small {
@@ -127,10 +127,6 @@ input:checked + .checkbox-icon:before {
height: 7px;
}

.platform-android .item-checkbox-right .checkbox-square .checkbox-icon::after {
top: 31%;
}

.grade-c .checkbox input:after,
.grade-c .checkbox-icon:after {
@include rotate(0);
@@ -156,15 +156,6 @@ textarea {
height: $line-height-computed + $font-size-base + 12px;
}

.item-select.item-stacked-label select {
position: relative;
padding: 0px;
max-width: 90%;
direction:ltr;
white-space: pre-wrap;
margin: -3px;
}

.item-floating-label {
display: block;
background-color: transparent;
@@ -118,18 +118,10 @@
@include flex(0, 0, 33.3333%);
max-width: 33.3333%;
}
.col-40 {
@include flex(0, 0, 40%);
max-width: 40%;
}
.col-50 {
@include flex(0, 0, 50%);
max-width: 50%;
}
.col-60 {
@include flex(0, 0, 60%);
max-width: 60%;
}
.col-66, .col-67 {
@include flex(0, 0, 66.6666%);
max-width: 66.6666%;
@@ -35,11 +35,6 @@
.menu-open .menu-content .pane,
.menu-open .menu-content .scroll-content {
pointer-events: none;
}
.menu-open .menu-content .scroll-content .scroll {
pointer-events: none;
}
.menu-open .menu-content .scroll-content:not(.overflow-scroll) {
overflow: hidden;
}

@@ -3,7 +3,7 @@
// --------------------------------------------------

@mixin button-style($bg-color, $border-color, $active-bg-color, $active-border-color, $color) {
border-color: transparent;//$border-color;
border-color: $border-color;
background-color: $bg-color;
color: $color;

@@ -14,9 +14,9 @@
}
&.active,
&.activated {
//border-color: transparent;//$active-border-color;
border-color: $active-border-color;
background-color: $active-bg-color;
//box-shadow: inset 0 1px 4px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 4px rgba(0,0,0,0.1);
}
}

@@ -100,10 +100,6 @@
@mixin item-active-style($active-bg-color, $active-border-color) {
border-color: $active-border-color;
background-color: $active-bg-color;
&.item-complex > .item-content {
border-color: $active-border-color;
background-color: $active-bg-color;
}
}


@@ -163,6 +163,5 @@
@media (min-width: $popover-large-break-point) {
.popover {
width: $popover-large-width;
margin-left: -$popover-large-width / 2;
}
}
@@ -21,11 +21,6 @@
background-repeat: no-repeat;
-webkit-appearance: none;

&::-moz-focus-outer {
/* hide the focus outline in Firefox */
border: 0;
}

&::-webkit-slider-thumb {
position: relative;
width: $range-slider-width;
@@ -59,11 +54,6 @@
//background: red;
//opacity: .5;
}
&::-ms-fill-lower{
height: $range-track-height;
background:$dark;
}
/*
&::-ms-track{
background: transparent;
border-color: transparent;
@@ -82,11 +72,14 @@
margin-right:1px;
outline:none;
}
&::-ms-fill-lower{
height: $range-track-height;
background:$dark;
}
&::-ms-fill-upper {
height: $range-track-height;
background:$range-default-track-bg;
}
*/
}

.range {
@@ -157,4 +150,4 @@
.range input{
height:auto;
}
}
}
@@ -36,7 +36,6 @@ body,
color: $base-color;
word-wrap: break-word;
font-size: $font-size-base;
font-family: -apple-system;
font-family: $font-family-base;
line-height: $line-height-computed;
text-rendering: optimizeLegibility;
@@ -84,14 +83,6 @@ body.grade-c {
display: block;
overflow: hidden;

&.overflow-scroll {
position: relative;
}

&.scroll-x { overflow-x: scroll; overflow-y: hidden; }
&.scroll-y { overflow-x: hidden; overflow-y: scroll; }
&.scroll-xy { overflow-x: scroll; overflow-y: scroll; }

// Hide the top border if any
margin-top: -1px;
}
@@ -194,30 +185,17 @@ ion-infinite-scroll {
overflow-x: hidden;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;

// Make sure the scrollbar doesn't take up layout space on edge
-ms-overflow-style: -ms-autohiding-scrollbar;

top: 0;
right: 0;
bottom: 0;
left: 0;
position: absolute;

&.pane {
overflow-x: hidden;
overflow-y: scroll;
}

.scroll {
position: static;
height: 100%;
-webkit-transform: translate3d(0, 0, 0); // fix iOS bug where relative children of scroller disapear while scrolling. see: http://stackoverflow.com/questions/9807620/ipad-safari-scrolling-causes-html-elements-to-disappear-and-reappear-with-a-dela
}

&.keyboard-up:not(.keyboard-up-confirm) {
overflow: hidden;
}
}


@@ -258,10 +236,6 @@ ion-infinite-scroll {
}
}

.bar-subfooter.has-tabs {
bottom: $tabs-height + $bar-footer-height;
}

.has-footer.has-tabs {
bottom: $tabs-height + $bar-footer-height;
}

This file was deleted.

@@ -523,6 +523,6 @@ ion-tabs {
top: 0
}
.pane[hide-nav-bar="true"] .has-tabs-top{
top:$tabs-height
top:49px
}

@@ -103,13 +103,13 @@ blockquote {
margin: 0 0 $line-height-computed;
padding: ($line-height-computed / 2) $line-height-computed;
border-left: 5px solid gray;

p {
font-weight: 300;
font-size: ($font-size-base * 1.25);
line-height: 1.25;
}

p:last-child {
margin-bottom: 0;
}
@@ -148,9 +148,6 @@ address {

// Links
// -------------------------
a {
color: $link-color;
}

a.subdued {
padding-right: 10px;
@@ -16,9 +16,8 @@ $dark: #444 !default;
// Base
// -------------------------------

$font-family-sans-serif: '-apple-system', "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !default;

$font-family-light-sans-serif: '-apple-system', "HelveticaNeue-Light", "Roboto-Light", "Segoe UI-Light", sans-serif-light !default;
$font-family-sans-serif: "Helvetica Neue", "Roboto", "Segoe UI", sans-serif !default;
$font-family-light-sans-serif: "HelveticaNeue-Light", "Roboto-Light", "Segoe UI-Light", sans-serif-light !default;
$font-family-serif: serif !default;
$font-family-monospace: monospace !default;

@@ -70,7 +69,7 @@ $scroll-refresh-icon-color: #666666 !default;
$button-color: #222 !default;
$button-block-margin: 10px !default;
$button-clear-padding: 6px !default;
$button-border-radius: 4px !default;
$button-border-radius: 2px !default;
$button-border-width: 1px !default;

$button-font-size: 16px !default;
@@ -27,7 +27,6 @@
"list",
"badge",
"slide-box",
"slides",
"refresher",
"spinner",

@@ -1,6 +1,6 @@
{
"version": "1.2.4",
"codename": "",
"date": "2016-01-03",
"time": "19:55:51"
"version": "1.1.1",
"codename": "yttrium-yeti",
"date": "2015-11-05",
"time": "21:31:24"
}

This file was deleted.

@@ -0,0 +1,21 @@
<ion-view title="Create Account">
<ion-content overflow-scroll="true" padding="true" scroll="false" class="has-header">
<form class="list">
<ion-list>
<label class="item item-input">
<span class="input-label">Name</span>
<input type="text" placeholder="">
</label>
<label class="item item-input">
<span class="input-label">Username</span>
<input type="text" placeholder="">
</label>
<label class="item item-input">
<span class="input-label">Password</span>
<input type="text" placeholder="">
</label>
</ion-list>
<button class="button button-stable button-block ">Sign up</button>
</form>
</ion-content>
</ion-view>
@@ -0,0 +1,19 @@
<ion-view title="Create Event">
<ion-content overflow-scroll="true" padding="true" class="has-header">
<form class="list">
<label class="item item-input">
<input type="text" placeholder="Name of event ">
</label>
<label class="item item-input">
<input type="text" placeholder="Location">
</label>
<label class="item item-input">
<input type="text" placeholder="Phone ">
</label>
<label class="item item-input">
<input type="text" placeholder="Email">
</label>
</form>
<button class="button button-balanced button-block ">Submit!</button>
</ion-content>
</ion-view>
@@ -0,0 +1,25 @@
<ion-view title="Create Org">
<ion-content overflow-scroll="true" padding="true" class="has-header">
<div style="line-height: 250px; background-color: rgb(255, 255, 255); border: 1px solid rgb(238, 238, 238); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; text-align: center;">
<i class="icon ion-image" style="font-size: 64px; color: rgb(136, 136, 136); vertical-align: middle;"></i>
</div>
<form class="list">
<label class="item item-input">
<input type="text" placeholder="Name of Organization">
</label>
<label class="item item-input">
<input type="text" placeholder="Address">
</label>
<label class="item item-input">
<input type="text" placeholder="Phone">
</label>
<label class="item item-input">
<input type="text" placeholder="Email">
</label>
<label class="item item-input">
<input type="text" placeholder="Mission Statement">
</label>
<button class="button button-balanced button-block ">Save</button>
</form>
</ion-content>
</ion-view>
@@ -0,0 +1,25 @@
<ion-view title="Edit Org">
<ion-content overflow-scroll="true" padding="true" class="has-header">
<div style="line-height: 250px; background-color: rgb(255, 255, 255); border: 1px solid rgb(238, 238, 238); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; text-align: center;">
<i class="icon ion-image" style="font-size: 64px; color: rgb(136, 136, 136); vertical-align: middle;"></i>
</div>
<form class="list">
<label class="item item-input">
<input type="text" placeholder="Name of Organization">
</label>
<label class="item item-input">
<input type="text" placeholder="Address">
</label>
<label class="item item-input">
<input type="text" placeholder="Email">
</label>
<label class="item item-input">
<input type="text" placeholder="Phone">
</label>
<label class="item item-input">
<input type="text" placeholder="Mission Statement">
</label>
<button class="button button-balanced button-block ">Save</button>
</form>
</ion-content>
</ion-view>
@@ -0,0 +1,13 @@
<ion-view title="Forgot Password">
<ion-content overflow-scroll="true" padding="true" scroll="false" class="has-header">
<form class="list">
<ion-list>
<label class="item item-input">
<span class="input-label">Email</span>
<input type="email" placeholder="">
</label>
</ion-list>
<button class="button button-royal button-block ">Reset password</button>
</form>
</ion-content>
</ion-view>
@@ -0,0 +1,23 @@
<ion-view title="Home">
<ion-content overflow-scroll="true" padding="true" class="has-header">
<form class="list">
<div style="text-align:center;">
<img src="img/QZ3jBL99THS0S3i5eT8r_images" width="50" height="auto">
</div>
<h3>
<center>Heading</center>
</h3>
<div class="spacer" style="width: 303px; height: 24px;"></div>
<ion-item class="item-thumbnail-left">
<img src="img/RELSDVlYRfqW58FXFmps_cyber-slug.gif">
<h2>Org Name</h2>
<p>swag</p>
</ion-item>
<ion-item class="item-thumbnail-left">
<img src="img/RELSDVlYRfqW58FXFmps_cyber-slug.gif">
<h2>Org Name</h2>
<p>*text post*</p>
</ion-item>
</form>
</ion-content>
</ion-view>
@@ -0,0 +1,23 @@
<ion-view title="Login">
<ion-content overflow-scroll="true" padding="true" class="has-header">
<form class="list">
<div style="line-height: 250px; background-color: rgb(255, 255, 255); border: 1px solid rgb(238, 238, 238); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; text-align: center;">
<i class="icon ion-image" style="font-size: 64px; color: rgb(136, 136, 136); vertical-align: middle;"></i>
</div>
<ion-list>
<label class="item item-input">
<span class="input-label">Username</span>
<input type="text" placeholder="">
</label>
<label class="item item-input">
<span class="input-label">Password</span>
<input type="password" placeholder="">
</label>
</ion-list>
<a href="#/home-menu/home" class="button button-stable button-block ">Log in</a>
<a href="#/signup" class="button button-calm button-clear ">Create an Account</a>
<a href="#/forgot" class="button button-calm button-clear ">Forgot Password</a>
<div class="button-bar"></div>
</form>
</ion-content>
</ion-view>
@@ -0,0 +1,27 @@
<ion-side-menus enable-menu-with-back-views="false">
<ion-side-menu-content>
<ion-nav-bar class="bar-stable">
<ion-nav-back-button></ion-nav-back-button>
<ion-nav-buttons side="left">
<button class="button button-icon button-clear ion-navicon" menu-toggle=""></button>
</ion-nav-buttons>
</ion-nav-bar>
<ion-nav-view name="side-menu21"></ion-nav-view>
</ion-side-menu-content>
<ion-side-menu side="left">
<ion-header-bar class="bar-stable">
<div class="title">Menu</div>
</ion-header-bar>
<ion-content padding="false" class="side-menu-left has-header" <="" ion-content="">
<ion-list>
<ion-item href="#/home-menu/home" menu-close="">Home</ion-item>
<ion-item href="#/home-menu/search" menu-close="">Search 🔍</ion-item>
<ion-item href="#/home-menu/profile" menu-close="">Profile ✌</ion-item>
<ion-item href="#/home-menu/request" menu-close="">Request Events 🎪</ion-item>
<ion-item href="#/home-menu/page7" menu-close="">Create Org Page ✎</ion-item>
<ion-item href="#/home-menu/edit" menu-close="">Edit Org Page ✎</ion-item>
<ion-item href="#/home-menu/create" menu-close="">Create Event ✂</ion-item>
</ion-list>
</ion-content>
</ion-side-menu>
</ion-side-menus>
@@ -0,0 +1,14 @@
<ion-view title="Profile">
<ion-content overflow-scroll="true" padding="true" class="has-header">
<div style="line-height: 250px; background-color: rgb(255, 255, 255); border: 1px solid rgb(238, 238, 238); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; text-align: center;">
<i class="icon ion-image" style="font-size: 64px; color: rgb(136, 136, 136); vertical-align: middle;"></i>
</div>
<h3>
<center>Name</center>
</h3>
<form class="list"></form>
<ion-list>
<ion-toggle toggle-class="toggle-positive" ng-checked="true">Display Email</ion-toggle>
</ion-list>
</ion-content>
</ion-view>
@@ -0,0 +1,30 @@
<ion-view title="🎪 Request Event">
<ion-content overflow-scroll="true" padding="true" style="background: url(img/tQibh5jCS5iojV6uK4r6_homepageslideshow08.jpg) no-repeat center;" class="has-header">
<form class="list">
<label class="item item-select">
<span class="input-label">Select Organization</span>
<select>
<option>OrgName</option>
<option>another one</option>
</select>
</label>
<label class="item item-select">
<span class="input-label">Select Event Type</span>
<select>
<option>Social</option>
<option>Meeting</option>
<option>Fundraiser</option>
</select>
</label>
<label class="item item-input">
<span class="input-label">Description</span>
<input type="text" placeholder="Type here">
</label>
<label class="item item-select">
<span class="input-label">Select Date</span>
<select></select>
</label>
</form>
<button class="button button-balanced button-block ">Submit Request!</button>
</ion-content>
</ion-view>
@@ -0,0 +1,30 @@
<ion-view title="🔍 Search">
<ion-content overflow-scroll="true" padding="true" style="background: url(img/ke9YzmHhRI6WzK9vIFcE_tumblr_nskwygXD5L1t8mwkfo5_1280.jpg) no-repeat center;" class="has-header">
<form class="list">
<div class="button-bar"></div>
<label class="item item-input">
<i class="icon ion-search placeholder-icon"></i>
<input type="search" placeholder="Search for non-profits">
</label>
<button class="button button-calm button-block ">Show Nearby</button>
<ion-item class="item-thumbnail-left">
<img>
<h2>Org Name</h2>
<p>Location
<br style="color:blue">
<i>description</i>
<br>
</p>
</ion-item>
<ion-item class="item-thumbnail-left">
<img>
<h2>Org Name</h2>
<p>Location
<br style="color:blue">
<i>description</i>
<br>
</p>
</ion-item>
</form>
</ion-content>
</ion-view>