{"version":3,"sources":["../../../src/digitalmarketplace/styles/_table.scss"],"names":[],"mappings":"AAAA;EACE;IACE;MACE,mBAAmB;IACrB;EACF;;EAEA;IACE,8BAA8B;;IAE9B;MACE,0BAA0B;IAC5B;;IAEA;MACE,kBAAkB;IACpB;EACF;;EAEA;IACE,mBAAmB;;IAEnB;MACE;QACE,UAAU;MACZ;;MAEA;QACE,UAAU;MACZ;;MAEA;QACE,UAAU;MACZ;;MAEA;QACE,UAAU;MACZ;IACF;;IAEA;MACE;QACE,UAAU;MACZ;;MAEA;QACE,UAAU;MACZ;;MAEA;QACE,UAAU;MACZ;;MAEA;QACE,UAAU;MACZ;;MAEA;QACE,UAAU;MACZ;IACF;;IAEA;MACE;QACE,yBAAyB;MAC3B;IACF;EACF;;EAEA;IACE,mBAAmB;;IAEnB;MACE;QACE,UAAU;MACZ;;MAEA;QACE,UAAU;MACZ;;MAEA;QACE,UAAU;MACZ;;MAEA;QACE,UAAU;MACZ;IACF;;IAEA;MACE;QACE,UAAU;MACZ;;MAEA;QACE,UAAU;MACZ;;MAEA;QACE,UAAU;MACZ;;MAEA;QACE,UAAU;MACZ;;MAEA;QACE,UAAU;MACZ;IACF;;IAEA;MACE;QACE,yBAAyB;MAC3B;IACF;EACF;;EAEA;IACE,mBAAmB;;IAEnB;MACE;QACE,UAAU;MACZ;;MAEA;QACE,UAAU;MACZ;;MAEA;QACE,UAAU;MACZ;IACF;;IAEA;MACE;QACE,yBAAyB;MAC3B;IACF;EACF;AACF","file":"_table.scss","sourcesContent":["@include digitalmarketplace-exports(\"digitalmarketplace/styles/table\") {\n  .govuk-table--no-border .govuk-table__row {\n    .govuk-table__cell, .govuk-table__header {\n      border-bottom: none;\n    }\n  }\n\n  .govuk-table--framework-incomplete {\n    border-left: 5px solid #d4351c;\n\n    .govuk-link:not(:focus) {\n      color: $govuk-error-colour;\n    }\n\n    .govuk-table__cell:first-child {\n      padding-left: 15px;\n    }\n  }\n\n  .dm-compliance-communications-table {\n    table-layout: fixed;\n\n    thead > tr {\n      th:nth-of-type(1) {\n        width: 40%;\n      }\n\n      th:nth-of-type(2) {\n        width: 25%;\n      }\n\n      th:nth-of-type(3) {\n        width: 20%;\n      }\n\n      th:nth-of-type(4) {\n        width: 15%;\n      }\n    }\n\n    &.dm-compliance-communications-table__with-supplier thead > tr {\n      th:nth-of-type(1) {\n        width: 30%;\n      }\n\n      th:nth-of-type(2) {\n        width: 22%;\n      }\n\n      th:nth-of-type(3) {\n        width: 13%;\n      }\n\n      th:nth-of-type(4) {\n        width: 20%;\n      }\n\n      th:nth-of-type(5) {\n        width: 15%;\n      }\n    }\n\n    tbody > tr > { \n      td, th {\n        overflow-wrap: break-word;\n      }\n    }\n  }\n\n  .dm-compliance-communications-resolved-table {\n    table-layout: fixed;\n\n    thead > tr {\n      th:nth-of-type(1) {\n        width: 40%;\n      }\n\n      th:nth-of-type(2) {\n        width: 25%;\n      }\n\n      th:nth-of-type(3) {\n        width: 20%;\n      }\n\n      th:nth-of-type(4) {\n        width: 15%;\n      }\n    }\n\n    &.dm-compliance-communications-resolved-table__with-supplier thead > tr {\n      th:nth-of-type(1) {\n        width: 30%;\n      }\n\n      th:nth-of-type(2) {\n        width: 22%;\n      }\n\n      th:nth-of-type(3) {\n        width: 13%;\n      }\n\n      th:nth-of-type(4) {\n        width: 20%;\n      }\n\n      th:nth-of-type(5) {\n        width: 15%;\n      }\n    }\n\n    tbody > tr > { \n      td, th {\n        overflow-wrap: break-word;\n      }\n    }\n  }\n\n  .dm-compliance-communication-messages-table {\n    table-layout: fixed;\n\n    thead > tr {\n      th:nth-of-type(1), th:nth-of-type(4) {\n        width: 10%;\n      }\n\n      th:nth-of-type(2) {\n        width: 40%;\n      }\n\n      th:nth-of-type(3), th:nth-of-type(5) {\n        width: 20%;\n      }\n    }\n\n    tbody > tr > { \n      td, th {\n        overflow-wrap: break-word;\n      }\n    }\n  }\n}\n"]}
