File tree 1 file changed +18
-6
lines changed
1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change 19
19
.card-title {
20
20
font-size : 24px ;
21
21
font-weight : 300 ;
22
- & .activator {
23
- cursor : pointer ;
24
- }
25
22
}
26
23
27
24
// Card Sizes
32
29
max-height : 60% ;
33
30
overflow : hidden ;
34
31
}
32
+
35
33
.card-image + .card-content {
36
34
max-height : 40% ;
37
35
}
36
+
38
37
.card-content {
39
38
max-height : 100% ;
40
39
overflow : hidden ;
41
40
}
41
+
42
42
.card-action {
43
43
position : absolute ;
44
44
bottom : 0 ;
77
77
78
78
.card-image {
79
79
max-width : 50% ;
80
+
80
81
img {
81
82
border-radius : 2px 0 0 2px ;
82
83
max-width : 100% ;
108
109
}
109
110
}
110
111
111
-
112
-
113
-
114
112
.card-image {
115
113
position : relative ;
116
114
134
132
max-width : 100% ;
135
133
padding : 24px ;
136
134
}
135
+
136
+ .activator {
137
+ position : absolute ;
138
+ left : 0 ;
139
+ right : 0 ;
140
+ top :0 ;
141
+ bottom : 0 ;
142
+ cursor : pointer ;
143
+ }
137
144
}
138
145
139
146
.card-content {
143
150
p {
144
151
margin : 0 ;
145
152
}
153
+
146
154
.card-title {
147
155
display : block ;
148
156
line-height : 32px ;
151
159
i {
152
160
line-height : 32px ;
153
161
}
162
+
163
+ & .activator {
164
+ cursor : pointer ;
165
+ }
154
166
}
155
167
}
156
168
You can’t perform that action at this time.
0 commit comments