strapi-helper-plugin
Version:
Helper for Strapi plugins development
1 lines • 2.91 kB
Source Map (JSON)
{"version":3,"sources":["../lib/src/components/HeaderNav/styles.scss"],"names":[],"mappings":"AAAA;EACE,sBAAsB;AACxB;;AAEA;EACE,aAAa;EACb,mBAAmB;EACnB,gBAAgB;EAChB,kBAAkB;EAClB,kBAAkB;EAClB,6BAA6B;EAC7B;IACE;gDAC4C;IAC5C,yBAAyB;IACzB;MACE,wBAAwB;IAC1B;IACA;MACE,wBAAwB;IAC1B;EACF;AACF;;AAEA;EACE,kBAAkB;EAClB,aAAa;EACb,YAAY;EACZ,mBAAiB;EACjB,cAAc;EACd,wBAAwB;EACxB,sCAAsC;EACtC,gCAAgC;EAChC,iBAAiB;EACjB,iBAAiB;EACjB,yBAAyB;EACzB,mBAAmB;AACrB;;AAEA;EACE,WAAW;EACX;IACE,oCAAoC;IACpC,iBAAiB;IACjB,gCAAgC;IAChC,sCAAsC;IACtC,gCAAgC;EAClC;AACF;;AAEA;EACE,oCAAoC;EACpC,iBAAiB;EACjB,gCAAgC;EAChC,sCAAsC;EACtC,gCAAgC;AAClC;;AAEA;EACE,oCAAoC;EACpC,iBAAiB;EACjB,gCAAgC;EAChC,sCAAsC;EACtC,gCAAgC;AAClC;;AAEA;EACE,oCAAoC;EACpC,iBAAiB;EACjB,gCAAgC;EAChC,sCAAsC;EACtC,gCAAgC;AAClC;;AAEA;EACE,aAAa;EACb,YAAY;EACZ,0BAA0B;AAC5B;;AAEA;EACE,cAAc;EACd,aAAa;EACb,sBAAsB;EACtB,kBAAkB;EAClB,qBAAqB;EACrB,yBAAyB;AAC3B","file":"cKCVcJXj.scss","sourcesContent":[".headerNav {\n /* stylelint-disable */\n}\n\n.headerContainer {\n display: flex;\n flex-direction: row;\n overflow: hidden;\n margin-top: 4.3rem;\n border-radius: 2px;\n box-shadow: 0 2px 4px #e3e9f3;\n > a {\n box-shadow: 1px 0 0px rgba(#dbdbdb, 0.5),\n inset 0px -1px 0px -2px rgba(#dbdbdb, 0.5);\n background-color: #f5f5f5;\n &:first-child {\n border-radius: 2px 0 0 0;\n }\n &:last-child {\n border-radius: 0 2px 0 0;\n }\n }\n}\n\n.headerLink {\n position: relative;\n display: flex;\n flex: 1 100%;\n // max-width: 33%;\n height: 3.6rem;\n border-radius: 2px 0 0 0;\n background-color: darken(#f5f5f5, 50%);\n text-decoration: none !important;\n font-family: Lato;\n font-size: 1.3rem;\n color: #333740 !important;\n line-height: 1.6rem;\n}\n\n.linkActive {\n z-index: 10;\n &:not(:first-child, :last-child) {\n background-color: #ffffff !important;\n font-weight: bold;\n text-decoration: none !important;\n box-shadow: 0 0 2px rgba(#dbdbdb, 0.5);\n border-top: 0.2rem solid #1c5de7;\n }\n}\n\n.linkActive:first-child {\n background-color: #ffffff !important;\n font-weight: bold;\n text-decoration: none !important;\n box-shadow: 0 0 2px rgba(#dbdbdb, 0.5);\n border-top: 0.2rem solid #1c5de7;\n}\n\n.linkActive:last-child {\n background-color: #ffffff !important;\n font-weight: bold;\n text-decoration: none !important;\n box-shadow: 0 0 2px rgba(#dbdbdb, 0.5);\n border-top: 0.2rem solid #1c5de7;\n}\n\n.linkActive:not(:first-child, :last-child) {\n background-color: #ffffff !important;\n font-weight: bold;\n text-decoration: none !important;\n box-shadow: 0 0 2px rgba(#dbdbdb, 0.5);\n border-top: 0.2rem solid #1c5de7;\n}\n\n.linkText {\n display: flex;\n margin: auto;\n text-transform: capitalize;\n}\n\n.notifPoint {\n height: 0.4rem;\n width: 0.4rem;\n margin: 1px 0 0 0.7rem;\n align-self: center;\n border-radius: 0.5rem;\n background-color: #27b70f;\n}\n"]}