{"version":3,"file":"css/e2353060893ed8a91aa3cb74937226f1-id6a.css","mappings":"AAOA,gCACE,qBAAuB,CACvB,cCNA,4BACA,8BDEF,CACA,4ECAI,aDGJ,CCFI,wFACE,UDKN,CCAI,gKAEI,kBDIR,CAbA,oDCeI,aDEJ,CCDI,gIAEE,UDKN,CAvBA,sIC0BI,0BDMJ,CAhCA,kJC+BI,0BDUJ,CAjCA,mBEXE,oDACA,wBACA,4BFWA,0BAqCF,CAlCA,iIAOE,mBACE,mDA8BF,CACF,CA3BA,6CAGI,yBChCF,yBACA,8BD4DF,CAhCA,mECzBI,UD4DJ,CC3DI,yEACE,UD6DN,CCxDI,0IAEI,kBD0DR,CA1CA,uDCVI,UDuDJ,CCtDI,0HAEE,UDwDN,CAjDA,0JCCI,0BDsDJ,CAvDA,gKCMI,0BDuDJ,CA7DA,mCASI,YAuDJ,CAhEA,8BAcI,qBAAyB,CAIzB,qBAAsB,CAFtB,WAAY,CACZ,gBAAiB,CAFjB,wBAwDJ,CAvEA,iCAuBI,iBAAkB,CAClB,iBAAkB,CAClB,QAmDJ,CA9CA,kFACE,uDAiDF","sources":["webpack://@universityofwarwick/id7/./less/id6a.less","webpack://@universityofwarwick/id7/./less/mixins/link-styles.less","webpack://@universityofwarwick/id7/./less/mixins/svg-background.less"],"sourcesContent":["// Additional CSS file that can be added to give ID6 sites the ID7 masthead\n\n// ID7 Brand configuration variables\n@import 'variables.less';\n@import 'mixins.less';\n\n// Override header and masthead colour to white\n#masthead, #masthead.transparent {\n  background-color: white;\n  color: @text-color;\n\n  .link-colour(@text-color);\n}\n\n// Replace the logo with the new one\n#warwick-logo-link {\n  .svg-background(\"../images/logotype-colour\");\n  background-size: 136px 26px;\n}\n\n@media\nonly screen and (-webkit-min-device-pixel-ratio: 2),\nonly screen and (   min--moz-device-pixel-ratio: 2),\nonly screen and (     -o-min-device-pixel-ratio: 2/1),\nonly screen and (        min-device-pixel-ratio: 2),\nonly screen and (                min-resolution: 192dpi),\nonly screen and (                min-resolution: 2dppx) {\n  #warwick-logo-link {\n    background-image: url(\"../images/logotype-colour.svg\");\n  }\n}\n\n#search-container {\n  // Update search box pointer colour\n  ul.index-section li.active {\n    background-color: @id7-brand-purple;\n    .link-colour(white);\n  }\n\n  // Hide index section selector\n  ul.index-section {\n    display: none;\n  }\n\n  // Reinstate search box border\n  #search-box {\n    border: 1px solid #cccccc;\n    padding: 2px 23px 2px 3px;\n    height: 25px;\n    line-height: 25px;\n    box-sizing: border-box;\n  }\n\n  // Move search button inside of box\n  #search-button {\n    margin-left: -20px;\n    position: relative;\n    top: -3px;\n  }\n}\n\n// Mobile sprites\n.is-smallscreen #masthead i.sprite-menu, .is-smallscreen #masthead i.sprite-search {\n  background-image: url(\"../images/id6a-mobile-sprites.png\");\n}\n",".link-colour(@base, @hover) {\n  @c: @base;\n\n  --w-sys-colors-link: @c;\n  --w-sys-colors-link-hover: @hover;\n\n  .popover button.close {\n    color: @c;\n    &:hover {\n      color: @hover;\n    }\n  }\n\n  a {\n    &:hover {\n      .new-window-link, .insecure-link {\n        color: currentColor;\n      }\n    }\n  }\n\n  .btn-link {\n    color: @c;\n    &:hover,\n    &:focus {\n      color: @hover;\n    }\n  }\n}\n\n.link-colour(@base, @hover) when not (@base = inherit) {\n  a, a:link, a:visited {\n    -webkit-text-decoration-color: screen(@base, lighten(black, 30%)); // Bug in caniuse/autoprefixer\n    text-decoration-color: screen(@base, lighten(black, 30%));\n  }\n\n  a:hover, a:focus, a:active {\n    -webkit-text-decoration-color: @hover; // Bug in caniuse/autoprefixer\n    text-decoration-color: @hover;\n  }\n}\n\n.link-colour(@base) when not (@base = inherit) {\n  .link-colour(@base, darken(@base, 20%));\n}\n\n.link-colour(@base) when (@base = inherit) {\n  a, a:link, a:visited {\n    color: inherit;\n  }\n\n  a:hover, a:focus, a:active {\n    color: inherit;\n  }\n\n  a {\n    .new-window-link, .insecure-link {\n      color: inherit;\n    }\n\n    &:hover {\n      .new-window-link, .insecure-link {\n        color: inherit;\n      }\n    }\n  }\n}\n\n.link-decoration(@base: none, @hover: underline) {\n  a, a:link, a:visited {\n    text-decoration: @base;\n  }\n\n  a:hover, a:focus, a:active {\n    text-decoration: @hover;\n  }\n}\n","// This used to apply raster images as a fallback but it's not needed anymore\n// so it's just a wrapper for the background-image property.\n.svg-background(@svg; @position: 0% 0%; @repeat: no-repeat) {\n  // Separate properties to avoid resetting background-size\n  background-image: ~'url(\"@{svg}.svg\")';\n  background-position: @position;\n  background-repeat: @repeat;\n}\n"],"names":[],"sourceRoot":""}