-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18a9281
commit a55adaf
Showing
14 changed files
with
114 additions
and
138 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,81 +1,82 @@ | ||
page-home { | ||
|
||
ion-grid { | ||
height: 100%; | ||
justify-content: center; | ||
} | ||
|
||
button { | ||
height: 7.5rem !important; | ||
margin: 3rem 0.25rem !important; | ||
button { | ||
height: 7.5rem !important; | ||
margin: 3rem 0.25rem !important; | ||
|
||
&.button-clear-wp, | ||
&.button-clear-md, | ||
&.button-clear-ios { | ||
color: #FFF; | ||
} | ||
&.button-clear-wp, | ||
&.button-clear-md, | ||
&.button-clear-ios { | ||
color: #FFF; | ||
} | ||
|
||
&.button-clear-md { | ||
text-transform: capitalize; | ||
} | ||
&.button-clear-md { | ||
text-transform: capitalize; | ||
} | ||
|
||
> .button-inner { | ||
-webkit-flex-flow: column nowrap; | ||
-ms-flex-flow: column nowrap; | ||
flex-flow: column nowrap; | ||
> .button-inner { | ||
-webkit-flex-flow: column nowrap; | ||
-ms-flex-flow: column nowrap; | ||
flex-flow: column nowrap; | ||
|
||
> ion-icon { | ||
font-size: 3em; | ||
margin-bottom: 0.125em; | ||
> ion-icon { | ||
font-size: 3em; | ||
margin-bottom: 0.125em; | ||
} | ||
} | ||
} | ||
} | ||
|
||
ion-row { | ||
align-items: center; | ||
ion-row { | ||
align-items: center; | ||
|
||
> ion-col[col-5] { | ||
> ion-col[col-5] { | ||
|
||
&::after { | ||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.3+50,0+100 */ | ||
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */ | ||
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */ | ||
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ | ||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */ | ||
&::after { | ||
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.3+50,0+100 */ | ||
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */ | ||
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */ | ||
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ | ||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */ | ||
|
||
content: ""; | ||
height: 100%; | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
width: 2px; | ||
content: ""; | ||
height: 100%; | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
width: 2px; | ||
} | ||
} | ||
} | ||
} | ||
|
||
#seller { | ||
color: #FFF; | ||
text-align: center; | ||
} | ||
#seller { | ||
color: #FFF; | ||
text-align: center; | ||
} | ||
|
||
#seller-image { | ||
margin-bottom: 1rem; | ||
#seller-image { | ||
margin-bottom: 1rem; | ||
|
||
> img { | ||
@include border-radius(50%); | ||
> img { | ||
@include border-radius(50%); | ||
} | ||
} | ||
} | ||
|
||
#seller-name { | ||
font-size: 1.8rem; | ||
margin-bottom: 0.25rem; | ||
} | ||
#seller-name { | ||
font-size: 1.8rem; | ||
margin-bottom: 0.25rem; | ||
} | ||
|
||
#seller-id { | ||
font-size: 1.3rem; | ||
} | ||
#seller-id { | ||
font-size: 1.3rem; | ||
} | ||
|
||
#seller-id, | ||
#seller-name { | ||
padding: 0 1rem; | ||
#seller-id, | ||
#seller-name { | ||
padding: 0 1rem; | ||
} | ||
} | ||
} |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.