aboutsummaryrefslogtreecommitdiffstats
path: root/out/docs/style.css.map
blob: 16bd4de15a687303466893ece69a851bc830a431 (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,oBACF,CAEA,wBACE,eAAgB,CAChB,YAAa,CACb,gBAAiB,CACjB,oBACF,CAEA,4BACE,aAAc,CACd,aAAc,CACd,UACF,CAEA,oCACE,aAAc,CACd,iBACF,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}\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}\n\n#link-snippet-container > pre[hidden] {\n  display: block;\n  visibility: hidden;\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"]}