Skip to content

Commit 68c6996

Browse files
committed
chore: Upgrade to Semantic UI 2.4.2
1 parent 90fc76c commit 68c6996

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

app/styles/partials/icons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
.colored {
66
&:not(.inverted) {
7-
&.american.express {
7+
&.cc.amex {
88
color: #002663;
99
}
1010

app/templates/components/public/ticket-list.hbs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -170,13 +170,13 @@
170170
<div class="ui grid">
171171
<div class="ui row stackable grid">
172172
<div class="ui less padding thirteen wide computer twelve wide tablet column right aligned floated payment icons">
173-
<i class="colored american express link icon"></i>
173+
<i class="colored cc amex link icon"></i>
174174
<i class="colored credit card alternative link icon"></i>
175-
<i class="colored diners club link icon"></i>
176-
<i class="colored discover link icon"></i>
177-
<i class="colored mastercard link icon"></i>
178-
<i class="colored paypal card link icon"></i>
179-
<i class="colored visa link icon"></i>
175+
<i class="colored cc diners club link icon"></i>
176+
<i class="colored cc discover link icon"></i>
177+
<i class="colored cc mastercard link icon"></i>
178+
<i class="colored cc paypal card link icon"></i>
179+
<i class="colored cc visa link icon"></i>
180180
</div>
181181
<div class="ui less padding three wide computer four wide tablet column right aligned floated">
182182
<button id="total" class="ui primary small button less right margin" disabled={{this.shouldDisableOrderButton}} {{action this.placeOrder}}>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@ember/optional-features": "^1.3.0",
3333
"@glimmer/component": "^1.0.0",
3434
"@glimmer/tracking": "^1.0.0",
35-
"@open-event/theme": "^0.0.6",
35+
"@open-event/theme": "0.2.1",
3636
"@sentry/browser": "^5.15.5",
3737
"@sentry/integrations": "^5.15.5",
3838
"@sentry/node": "^5.15.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1486,10 +1486,10 @@
14861486
"@nodelib/fs.scandir" "2.1.3"
14871487
fastq "^1.6.0"
14881488

1489-
"@open-event/theme@^0.0.6":
1490-
version "0.0.6"
1491-
resolved "https://registry.yarnpkg.com/@open-event/theme/-/theme-0.0.6.tgz#62e216c94e4d6bc472ac2657b4d68d1c14313118"
1492-
integrity sha512-6AOHJZHcuAIqxbDcWTaKf+/AHiW9F1OO7QaO0iP2OMR1+qSKFEkXNIb0UOONFROupLNFuAuP2M60TsgbkR5m8A==
1489+
"@open-event/theme@0.2.1":
1490+
version "0.2.1"
1491+
resolved "https://registry.yarnpkg.com/@open-event/theme/-/theme-0.2.1.tgz#bedc865dbd6310f241cd7033e25228d23d669360"
1492+
integrity sha512-ZNfoU3v1eIuILOg/IZ9dvU3XdrHsFjQoWQYnZtlymg41Y7o6tWBCdHv3crQjjLCsYSg6AW5Y/q2+ygj1ZvjE5w==
14931493

14941494
14951495
version "5.15.5"

0 commit comments

Comments
 (0)