File tree Expand file tree Collapse file tree
assets/src/scss/frontend/dashboard Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff line change 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 {
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 }
You can’t perform that action at this time.
0 commit comments