Skip to content

Commit

Permalink
release 1.1.540
Browse files Browse the repository at this point in the history
  • Loading branch information
mcstover committed Mar 11, 2021
1 parent 62b50e3 commit 743f56a
Show file tree
Hide file tree
Showing 13 changed files with 9,805 additions and 490 deletions.
799 changes: 581 additions & 218 deletions export/js/styleguide.bundle.js

Large diffs are not rendered by default.

13 changes: 3 additions & 10 deletions export/js/styleguide.bundle.min.js

Large diffs are not rendered by default.

799 changes: 581 additions & 218 deletions export/js/styleguide.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<div class="iconography-bubble">
<div class="circle-avatar" style="background-image:url({{profilePhotoUrl}})"></div>
<div>
<b>{{paypalEmail}}</b>
<b class="fs-exclude">{{paypalEmail}}</b>
</div>
<div>
<svg class="icon icon-payPal">
<use xlink:href="#icon-paypal"/>
</svg>
</div>
</div>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
<input type="submit" class="hidden-submit"> {{! For triggering the "submit" event when user hits "enter" }}
</div>
</form>
</div>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<p class="text-center">
{{#success}}
You will no longer receive <strong>{{message-type-name}}</strong>
at the address <strong>{{email}}</strong>.
at the address <strong class="fs-exclude">{{email}}</strong>.
{{/success}}

{{^success}}
Expand Down
2 changes: 1 addition & 1 deletion export/patterns/03-templates/04-header-spanish.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<div class="small-12 large-6 columns">
<a kvtrackevent="TopNav|click-Portfolio" data-dropdown="my-kiva-dropdown" data-options="is_hover:true;hover_timeout:200;" aria-controls="my-kiva-dropdown" aria-expanded="false" class="header-button my-kiva" href="{{my_kiva_href}}">
<span class="amount">{{balance}}</span>
<span class="circle-avatar" style="background-image:url({{profile_picture_href}})"></span>
<span class="circle-avatar fs-exclude" style="background-image:url({{profile_picture_href}})"></span>
</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion export/patterns/03-templates/04-header.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<div class="small-12 large-6 columns">
<a kvtrackevent="TopNav|click-Portfolio" data-dropdown="my-kiva-dropdown" data-options="is_hover:true;hover_timeout:200;" aria-controls="my-kiva-dropdown" aria-expanded="false" class="header-button my-kiva" href="{{my_kiva_href}}">
<span class="amount">{{balance}}</span>
<span class="circle-avatar" style="background-image:url({{profile_picture_href}})"></span>
<span class="circle-avatar fs-exclude" style="background-image:url({{profile_picture_href}})"></span>
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions export/patterns/03-templates/21-withdraw-credit.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
</div>
<div class="paypal-email-field">
<label>Your PayPal account email
<input type="email" name="paypalAddress" id="paypal-email" required>
<input type="email" name="paypalAddress" id="paypal-email" class="fs-exclude" required>
</label>
<small class="error">Invalid email address</small>
</div>
<div class="paypal-email-confirmation-field">
<label>Confirm PayPal account email
<input type="email" name="paypalAddressConfirm" required data-equalto="paypal-email">
<input type="email" name="paypalAddressConfirm" class="fs-exclude" required data-equalto="paypal-email">
</label>
<small class="error">Email addresses do not match.</small>
</div>
Expand Down
48 changes: 14 additions & 34 deletions export/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,6 @@ th {
.book {
font-weight: 300; }

::-moz-selection {
background-color: #49953f;
color: #fff; }

::selection {
background-color: #49953f;
color: #fff; }
Expand Down Expand Up @@ -4393,7 +4389,6 @@ ul.pagination {
padding: 0;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.switch label {
Expand Down Expand Up @@ -6145,11 +6140,6 @@ small {
color: #999;
font-style: italic; }

::-webkit-input-placeholder {
/* CSS Working Draft */
color: #999;
font-style: italic; }

:-ms-input-placeholder {
/* CSS Working Draft */
color: #999;
Expand Down Expand Up @@ -7531,9 +7521,8 @@ table {
cursor: pointer;
display: block;
height: 28px;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
Expand All @@ -7552,9 +7541,8 @@ table {
cursor: pointer;
display: block;
min-height: 32px;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
Expand Down Expand Up @@ -7594,9 +7582,8 @@ table {

.select2-results__option {
padding: 6px;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-user-select: none; }
.select2-results__option[aria-selected] {
cursor: pointer; }
Expand Down Expand Up @@ -7646,12 +7633,14 @@ table {
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
-webkit-clip-path: inset(50%) !important;
clip-path: inset(50%) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important; }
width: 1px !important;
white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
background-color: #fff;
Expand Down Expand Up @@ -7714,16 +7703,13 @@ table {
width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #999;
margin-top: 5px;
float: left; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-top: 5px;
margin-right: 10px; }
margin-right: 10px;
padding: 1px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
Expand All @@ -7742,7 +7728,7 @@ table {
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
Expand Down Expand Up @@ -7940,9 +7926,7 @@ table {
color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
float: right;
margin-left: 5px;
margin-right: auto; }

Expand Down Expand Up @@ -8010,7 +7994,6 @@ table {
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
Expand Down Expand Up @@ -12945,9 +12928,6 @@ a.aboutJoinLink:visited {
.category-card.search-card input::-ms-input-placeholder {
/* Edge */
text-align: center; }
.category-card.search-card input::-webkit-input-placeholder {
/* CSS Working Draft */
text-align: center; }
.category-card.search-card input:-ms-input-placeholder {
/* CSS Working Draft */
text-align: center; }
Expand Down
2 changes: 1 addition & 1 deletion export/styles.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 743f56a

Please sign in to comment.