{"version":3,"sourceRoot":"","sources":["../scss-styles/components/_paired-values-list.scss"],"names":[],"mappings":"AAAA,oBACE,aACA,+BAEA,uBACE,SAGF,8CAEE,gBACA,0BAIA,yIAEE,6BAGF,oGAEE,0BAMN,6HAEE,mBAGF,+HAEE,gBAIF,oBACE,gBAGF,qBACE,gBAIM,6HAEI,mBAGJ,+HAEI,gBAIJ,oBACI,gBAGJ,qBACI","file":"paired-values-list.css","sourcesContent":[".paired-values-list {\n  display: grid;\n  grid-template-columns: auto 1fr;\n\n  dd {\n    margin: 0;\n  }\n\n  dd,\n  dt {\n    line-height: 1.5;\n    padding: 0.2em 1.3em 0.2em 0;\n  }\n\n  &.paired-values-list-divided {\n    dt:not(:first-child),\n    dd:not(:nth-child(2)) {\n      border-top: 1px solid $mid-grey-2;\n    }\n\n    dd,\n    dt {\n      padding: 0.5em 1.5em 0.5em 0;\n    }\n  }\n}\n\n/* Make each dt+dd pair share a row background */\n.paired-values-list dt.alternate-background:nth-of-type(odd),\n.paired-values-list dt.alternate-background:nth-of-type(odd) + dd {\n  background: #f5f7fa;\n}\n\n.paired-values-list dt.alternate-background:nth-of-type(even),\n.paired-values-list dt.alternate-background:nth-of-type(even) + dd {\n  background: #ffffff;\n}\n\n/* Optional styling */\n.paired-values-name {\n  font-weight: 400;\n}\n\n.paired-values-value {\n  text-align: left;\n}\n\n        /* Make each dt+dd pair share a row background */\n        .paired-values-list dt.alternate-background:nth-of-type(odd),\n        .paired-values-list dt.alternate-background:nth-of-type(odd)+dd {\n            background: #f5f7fa;\n        }\n\n        .paired-values-list dt.alternate-background:nth-of-type(even),\n        .paired-values-list dt.alternate-background:nth-of-type(even)+dd {\n            background: #ffffff;\n        }\n\n        /* Optional styling */\n        .paired-values-name {\n            font-weight: 400;\n        }\n\n        .paired-values-value {\n            text-align: left;\n        }\n"]}