aboutsummaryrefslogtreecommitdiffstats
path: root/out/docs/style.css.map
blob: 966b78889dfb8f3771f3f245a10b57f75cbb7a56 (plain) (blame)
1
{"version":3,"sources":["style.css"],"names":[],"mappings":"AAAA,KACE,sBACF,CAEA,uBACE,yBACF,CAGA,aACE,iBAAkB,CAClB,gBAAiB,CACjB,gBACF,CAEA,sBACE,iBAAkB,CAClB,UAAW,CACX,oBAAqB,CACrB,oBACF,CAEA,wBACE,eAAgB,CAChB,YAAa,CACb,gBAAiB,CACjB,oBACF,CAEA,4BACE,aAAc,CACd,aAAc,CACd,UAAW,CACX,4DACF,CAEA,oCACE,aAAc,CACd,iBAAkB,CAClB,kBAAmB,CACnB,2EACF,CAEA,qCACE,iBACF,CAEA,iBACE,SACF,CAEA,YACE,gBACF,CAEA,KACE,YAAa,CACb,cAAe,CACf,kBAAmB,CACnB,6BACF","file":"style.css","sourcesContent":["html {\n  scroll-behavior: smooth;\n}\n\n#link-snippet-headline {\n  margin: 1rem 2.5rem 1rem 0;\n}\n\n/* Make the feedback Emoji appear next to the button */\n#copy-button {\n  position: relative;\n  margin-right: 2px;\n  overflow: visible;\n}\n\n#copy-button-feedback {\n  position: absolute;\n  left: -2rem;\n  display: inline-block;\n  transform: scale(1.3);\n}\n\n#link-snippet-container {\n  overflow: hidden;\n  display: grid;\n  display: -ms-grid;\n  -ms-grid-columns: 1fr;\n}\n\n#link-snippet-container > pre {\n  overflow: auto;\n  grid-column: 1;\n  grid-row: 1;\n  transition: transform 220ms cubic-bezier(0.175, 0.885, 0.32, 1) 220ms;\n}\n\n#link-snippet-container > pre[hidden] {\n  display: block;\n  visibility: hidden;\n  transform: scale(0);\n  transition: transform 220ms cubic-bezier(0.175, 0.885, 0.32, 1), visibility 0ms 220ms;\n}\n\n#theme-form > label:not(:last-of-type) {\n  margin-right: 1rem;\n}\n\n#version-info th {\n  width: 35%;\n}\n\nbody > footer {\n  text-align: right;\n}\n\n.row {\n  display: flex;\n  flex-wrap: wrap;\n  align-items: center;\n  justify-content: space-between;\n}\n"]}