File tree Expand file tree Collapse file tree 2 files changed +27
-19
lines changed
tutorindigo/templates/indigo/lms Expand file tree Collapse file tree 2 files changed +27
-19
lines changed Original file line number Diff line number Diff line change 94
94
@include media-breakpoint-up (md) {
95
95
margin : -50px 0 0 ;
96
96
}
97
+ span {
98
+ & .register {
99
+ & .disabled {
100
+ display : inline-block ;
101
+ vertical-align : top ;
102
+ padding : 7px 14px ;
103
+ color : #374151 ;
104
+ border-radius : 6px ;
105
+ background : #fff ;
106
+ font-size : 16px ;
107
+ line-height : 24px ;
108
+ font-weight : 500 ;
109
+ text-decoration : none !important ;
110
+ border : 1px solid #D1D5DB ;
111
+ margin-right : 20px ;
112
+ @include media-breakpoint-up (md) {
113
+ padding : 12px 24px ;
114
+ }
115
+
116
+ & :hover {
117
+ opacity : 1 ;
118
+ }
119
+ }
120
+ }
121
+ }
122
+
97
123
a {
98
124
text-decoration : none !important ;
99
- span {
100
- display : inline-block ;
101
- vertical-align : top ;
102
- padding : 7px 14px ;
103
- color : #374151 ;
104
- border-radius : 6px ;
105
- background : #fff ;
106
- font-size : 16px ;
107
- line-height : 24px ;
108
- font-weight : 500 ;
109
- text-decoration : none !important ;
110
- border : 1px solid #D1D5DB ;
111
- margin-right : 20px ;
112
- @include media-breakpoint-up (md) {
113
- padding : 12px 24px ;
114
- }
115
- }
116
125
}
117
126
a .register , a strong , >span .register , a .add-to-cart {
118
127
display : inline-block ;
Original file line number Diff line number Diff line change 85
85
</ div >
86
86
< div class ="main-cta ">
87
87
%if user.is_authenticated and registered:
88
+ < span class ="register disabled "> ${_("Already Enrolled")}</ span >
88
89
%if show_courseware_link:
89
90
< a href ="${course_target} ">
90
91
%endif
91
-
92
92
< span class ="register disabled "> ${_("Already Enrolled")}</ span >
93
-
94
93
%if show_courseware_link:
95
94
< strong > ${_("View Course")}</ strong >
96
95
</ a >
You can’t perform that action at this time.
0 commit comments