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 66 background : $color__n-85 ;
77 border-radius : $border-radius__m ;
88 width : 100% ;
9-
9+
1010 & --transparent {
1111 background : transparent ;
1212 }
13-
13+
1414 & --outlined {
1515 border : 1px solid $color__n-60 ;
1616 }
3737 order : 2 ;
3838 }
3939 }
40-
40+
4141 & __main {
4242 display : flex ;
4343 flex-direction : row ;
4949 & __image {
5050 height : 5.625rem ;
5151 width : 5.625rem ;
52+ min-height : 5.625rem ;
53+ min-width : 5.625rem ;
5254 border-radius : 50% ;
5355 overflow : hidden ;
5456 display : flex ;
6668 & --l {
6769 height : 9rem ;
6870 width : 9rem ;
71+ min-height : 9rem ;
72+ min-width : 9rem ;
6973 }
7074
7175 & --s {
7276 height : 4rem ;
7377 width : 4rem ;
78+ min-height : 4rem ;
79+ min-width : 4rem ;
7480 }
7581
7682 & --radius-l {
106112 margin : 0 $spacing__m ;
107113 flex-grow : 1 ;
108114 order : 2 ;
115+ word-break : break-all ;
109116 }
110117
111118 & __cta {
112119 order : 3 ;
113120 }
114-
121+
115122 & __footer {
116123 color : $color__n-10 ;
117124 border-top : 1px solid $color__n-60 ;
120127 justify-content : space-between ;
121128 padding : 0 ;
122129 }
123-
130+
124131 & __footer-link-wrapper {
125132 padding : 0 ;
126-
133+
127134 a {
128135 color : $color__n-10 ;
129136 border-left : 1px solid $color__n-60 ;
136143 }
137144 }
138145 }
139-
146+
140147 & __footer-details {
141148 padding : $spacing__s $spacing__m ;
142149 margin : 0 ;
143150 justify-self : flex-start ;
144151 }
145- }
152+ }
You can’t perform that action at this time.
0 commit comments