File tree Expand file tree Collapse file tree
website/modules/asset/ui/src/scss Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9494 .sf-simple-cards__card-wrap {
9595 padding : 40px ;
9696
97- & :hover {
98- padding-left : 50px ;
99- padding-right : 50px ;
100- }
10197 }
10298 }
10399 }
220216
221217 .sf-simple-cards--no-expandable & {
222218 @include transition (all , 0.5s );
223- transform : scale3d (1 , 1 , 1 );
224219
225220 & :hover {
226- transform : scale3d (1.03 , 1.03 , 1 );
227221 z-index : 10 ;
228222
229223 .sf-simple-cards__card-title {
250244 @include breakpoint-medium {
251245 padding : 40px ;
252246 @include transition (all , 0.5s );
253- transform : scale3d (1 , 1 , 1 );
254247
255248 & :hover {
256- transform : scale3d (1.02 , 1.02 , 1 );
257249 z-index : 10 ;
258250
259251 .sf-simple-cards__card-title {
Original file line number Diff line number Diff line change 3838 position : relative ;
3939 overflow : hidden ;
4040 background-color : $white ;
41- @include transition (all , 0.5s );
42- transform : scale3d (1 , 1 , 1 );
41+ @include transition (border-color , 0.3s );
4342
4443 & :not (:last-child ) {
4544 border-bottom : none ;
5958
6059 & :hover ,
6160 & :focus-visible {
62- transform : scale3d (1.03 , 1.03 , 1 );
6361 z-index : 10 ;
6462 border-color : black ;
6563
103101
104102 & :hover ,
105103 & :focus-visible {
106- transform : scale3d (1.03 , 1.03 , 1 );
107104 z-index : 10 ;
108105 border-color : black ;
109106
125122 }
126123
127124 & :focus-visible {
128- transform : scale3d (1.02 , 1.02 , 1 );
129-
130125 .background-circle {
131126 display : block ;
132127 }
You can’t perform that action at this time.
0 commit comments