-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #82 from Freemius/develop
Develop - version 1.2.0
- Loading branch information
Showing
33 changed files
with
1,954 additions
and
828 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
@import "../colors"; | ||
|
||
.fs-modal.fs-modal-deactivation-feedback { | ||
.reason-input, .internal-message { | ||
margin: 3px 0 3px 22px; | ||
|
||
input, textarea { | ||
width: 100%; | ||
} | ||
} | ||
|
||
li.reason { | ||
&.has-internal-message .internal-message { | ||
border: 1px solid lighten($darkest-color, 80%); | ||
padding: 7px; | ||
display: none; | ||
} | ||
|
||
@media (max-width: 650px) { | ||
li.reason { | ||
margin-bottom: 10px; | ||
|
||
.reason-input, .internal-message { | ||
margin-left: 29px; | ||
} | ||
|
||
label { | ||
display: table; | ||
|
||
> span { | ||
display: table-cell; | ||
font-size: 1.3em; | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
|
||
#the-list .deactivate > .fs-slug { | ||
display: none; | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.fs-modal.fs-modal-license-activation { | ||
.fs-modal-body { | ||
input.license_key { | ||
width: 100%; | ||
} | ||
} | ||
} |
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
.fs-modal.fs-modal-license-key-resend { | ||
.button-close { | ||
float: right; | ||
margin: 5px; | ||
|
||
&:hover { | ||
cursor: pointer; | ||
} | ||
} | ||
|
||
.fs-modal-body { | ||
.input-container > .email-address-container { | ||
overflow: hidden; | ||
padding-right: 2px; | ||
} | ||
|
||
input.email-address { | ||
width: 100%; | ||
} | ||
|
||
.button-container { | ||
float: right; | ||
margin-left: 7px; | ||
|
||
@media (max-width: 650px) { | ||
margin-top: 2px; | ||
} | ||
} | ||
} | ||
} | ||
|
||
a.show-license-resend-modal { | ||
margin-top: 4px; | ||
display: inline-block; | ||
} |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
@import "modal-common"; | ||
@import "deactivation-feedback"; | ||
@import "license-activation"; | ||
@import "license-key-resend"; |
Oops, something went wrong.