{"version":3,"sources":["device-emulator.scss"],"names":[],"mappings":"AAAA,iBACI,WACA,YACA,aACA,sBACA,gBAEA,yBACI,cACA,aACA,mBACA,uBACA,YACA,gCACA,mBACA,oBACA,uBAGJ,+CACI,aACA,YACA,2BACA,YACA,kBAGJ,wBACI,kBACA,mBAGJ,uBACI,WACA,YACA,iBAGJ,sBACI,iBAGJ,sCACI,iBAIR,2BACI,aACA,uBACA,YACA","file":"device-emulator.min.css","sourcesContent":[".device-emulator {\n    width: 100%;\n    height: 100%;\n    display: flex;\n    flex-direction: column;\n    overflow: hidden;\n\n    section {\n        flex-shrink: 0;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        height: 32px;\n        border-bottom: 1px lightgray solid;\n        margin-bottom: 16px;\n        padding-bottom: 24px;\n        box-sizing: content-box;\n    }\n\n    select, input {\n        outline: none;\n        border: none;\n        background: rgba(0, 0, 0, 0.05);\n        padding: 8px;\n        border-radius: 4px;\n    }\n\n    select {\n        margin-right: 16px;\n        padding-right: 16px;\n    }\n\n    input {\n        width: 48px;\n        height: 32px;\n        margin-right: 8px;\n    }\n\n    span {\n        margin-right: 8px;\n    }\n\n    input[type=\"checkbox\"] {\n        margin-left: 16px;\n    }\n}\n\n.device-emulator-container {\n    display: flex;\n    justify-content: center;\n    flex-grow: 1;\n    overflow: auto;\n}"]}