Skip to content

Commit 5005c38

Browse files
committed
Billing design fixed
1 parent 0c60b2e commit 5005c38

2 files changed

Lines changed: 2 additions & 25 deletions

File tree

assets/src/scss/frontend/dashboard/_billing.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
}
7373

7474
&-card {
75-
@include tutor-flex(row, center, space-between);
75+
@include tutor-flex(row, start, space-between);
7676
border-bottom: 1px solid $tutor-border-idle;
7777
padding: $tutor-spacing-6;
7878
gap: $tutor-spacing-4;

assets/src/scss/frontend/dashboard/_subscription-history.scss

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
@use '@Core/scss/tokens' as *;
22
@use '@Core/scss/mixins' as *;
33

4+
// @TODO:: Move this to pro plugin
45
[data-subscription-details="1"] {
56
@include tutor-breakpoint-down(sm) {
67
.tutor-billing-header {
@@ -43,30 +44,6 @@
4344
color: $tutor-text-subdued;
4445
}
4546
}
46-
47-
&-action-btn {
48-
@include tutor-button-base;
49-
@include tutor-button-variant('link');
50-
@include tutor-button-size('small');
51-
padding: 0;
52-
min-height: unset;
53-
gap: $tutor-spacing-2;
54-
color: $tutor-text-brand;
55-
position: relative;
56-
margin-right: -$tutor-spacing-7;
57-
58-
svg {
59-
opacity: 0;
60-
}
61-
62-
&:hover {
63-
margin-right: 0;
64-
65-
svg {
66-
opacity: 1;
67-
}
68-
}
69-
}
7047
}
7148

7249
}

0 commit comments

Comments
 (0)