feat(SW-1493): Revised SAS comparison block * Base of new TierDetails for SAS tier comparison * Add backgrounds and content to TierDetails * Implement new cms schema for SasTierComparison * Override gap in jsontohtml styling to 0 * Add animations to comparison details * Redesign again * Update content model to new design * Add border to bottom item in tier match list * Wrap interpolate-size in @supports to be safe * Merge branch 'master' into feat/sw-1493-revised-comparison-block Approved-by: Joakim Jäderberg
36 lines
734 B
GraphQL
36 lines
734 B
GraphQL
fragment SasTierComparison_ContentPage on ContentPageBlocksSasTierComparison {
|
|
__typename
|
|
sas_tier_comparison {
|
|
comparisonConnection {
|
|
totalCount
|
|
edges {
|
|
node {
|
|
__typename
|
|
... on SasTierComparison {
|
|
title
|
|
preamble
|
|
scandic_column_title
|
|
sas_column_title
|
|
tier_matches {
|
|
title
|
|
scandic_friends_tier_name
|
|
sas_eb_tier_name
|
|
content {
|
|
json
|
|
}
|
|
link {
|
|
href
|
|
title
|
|
}
|
|
}
|
|
cta {
|
|
title
|
|
href
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|