File tree Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Expand file tree Collapse file tree 1 file changed +15
-8
lines changed Original file line number Diff line number Diff line change 6
6
background : $color__n-85 ;
7
7
border-radius : $border-radius__m ;
8
8
width : 100% ;
9
-
9
+
10
10
& --transparent {
11
11
background : transparent ;
12
12
}
13
-
13
+
14
14
& --outlined {
15
15
border : 1px solid $color__n-60 ;
16
16
}
37
37
order : 2 ;
38
38
}
39
39
}
40
-
40
+
41
41
& __main {
42
42
display : flex ;
43
43
flex-direction : row ;
49
49
& __image {
50
50
height : 5.625rem ;
51
51
width : 5.625rem ;
52
+ min-height : 5.625rem ;
53
+ min-width : 5.625rem ;
52
54
border-radius : 50% ;
53
55
overflow : hidden ;
54
56
display : flex ;
66
68
& --l {
67
69
height : 9rem ;
68
70
width : 9rem ;
71
+ min-height : 9rem ;
72
+ min-width : 9rem ;
69
73
}
70
74
71
75
& --s {
72
76
height : 4rem ;
73
77
width : 4rem ;
78
+ min-height : 4rem ;
79
+ min-width : 4rem ;
74
80
}
75
81
76
82
& --radius-l {
106
112
margin : 0 $spacing__m ;
107
113
flex-grow : 1 ;
108
114
order : 2 ;
115
+ word-break : break-all ;
109
116
}
110
117
111
118
& __cta {
112
119
order : 3 ;
113
120
}
114
-
121
+
115
122
& __footer {
116
123
color : $color__n-10 ;
117
124
border-top : 1px solid $color__n-60 ;
120
127
justify-content : space-between ;
121
128
padding : 0 ;
122
129
}
123
-
130
+
124
131
& __footer-link-wrapper {
125
132
padding : 0 ;
126
-
133
+
127
134
a {
128
135
color : $color__n-10 ;
129
136
border-left : 1px solid $color__n-60 ;
136
143
}
137
144
}
138
145
}
139
-
146
+
140
147
& __footer-details {
141
148
padding : $spacing__s $spacing__m ;
142
149
margin : 0 ;
143
150
justify-self : flex-start ;
144
151
}
145
- }
152
+ }
You can’t perform that action at this time.
0 commit comments