Built motion from commit bab6f49e.|2.6.17
[motion2.git] / snippet / 3.2.0 / styles / mobile.css.map
diff --git a/snippet/3.2.0/styles/mobile.css.map b/snippet/3.2.0/styles/mobile.css.map
new file mode 100644 (file)
index 0000000..a14a26a
--- /dev/null
@@ -0,0 +1 @@
+{"version":3,"file":"styles/mobile.css","mappings":";;;AAAA;AACA;AACA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAAA;;AAGA;AACA;AACA;AAEA;AACA;AACA;AADA;;AAIA;AACA;AACA;AAEA;AACA;AAFA;;AAKA;AACA;AACA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AAHA;;AAMA;AACA;AACA;AAEA;AACA;AAJA;;AAOA;AACA;AACA;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AALA;;AAQA;AACA;AACA;AACA;AACA;AACA;AACA;AALA;AAOA;AACA;AACA;AACA;AALA;;AASA;AACA;AACA;AANA;;AASA;AACA;AACA;AACA;AAEA;AACA;AACA;AAPA;;AAUA;AACA;AACA;AAEA;AACA;AACA;AARA;AACA;AAWA;AACA;AACA;AACA;AACA;AATA;;AAYA;AACA;AAEA;AAVA;;AAaA;AACA;AACA;AAEA;AAXA;;AAcA;AACA;AAEA;AACA;AAZA;AACA","sources":["webpack://motion-chat/./src/styles/mobile.scss"],"sourcesContent":["/* IFRAME GENERALE*/\r\niframe[id='motion-chat-iframe'] {\r\n  /* Style attributes*/\r\n\r\n  position: fixed;\r\n  height: 450px;\r\n  border: 0;\r\n  /* box-shadow: 0px 0px 10px 2px #333333; */\r\n  -webkit-transition: all 0.7s ease-out;\r\n  -moz-transition: all 0.7s ease-out;\r\n  -ms-transition: all 0.7s ease-out;\r\n  -o-transition: all 0.7s ease-out;\r\n  transition: all 0.7s ease-out;\r\n  z-index: 9999;\r\n  /* overflow: hidden; */\r\n}\r\n\r\n/* IFRAME BASSO-DESTRA*/\r\n.motion-chat-iframe-bottom_right {\r\n  /* Style attributes*/\r\n\r\n  width: min(345px, 100vw);\r\n  bottom: -400px;\r\n  right: 0;\r\n}\r\n\r\n/* IFRAME DESTRA*/\r\n.motion-chat-iframe-right {\r\n  /* Style attributes*/\r\n\r\n  width: 295px;\r\n  right: -312px;\r\n}\r\n\r\n/* LINGUETTA DESTRA*/\r\n.motion-chat-div-right {\r\n  /* Style attributes*/\r\n\r\n  display: none;\r\n  right: 0px;\r\n  position: fixed;\r\n  cursor: pointer;\r\n  height: 100px;\r\n  width: 25px;\r\n  -webkit-transition: all 0.7s ease-out;\r\n  -moz-transition: all 0.7s ease-out;\r\n  -ms-transition: all 0.7s ease-out;\r\n  -o-transition: all 0.7s ease-out;\r\n  transition: all 0.7s ease-out;\r\n  z-index: 9999;\r\n  user-select: none;\r\n  flex-direction: column;\r\n  justify-content: space-between;\r\n}\r\n\r\n/* IFRAME SINISTRA*/\r\n.motion-chat-iframe-left {\r\n  /* Style attributes*/\r\n\r\n  width: 295px;\r\n  left: -297px;\r\n}\r\n\r\n/* LINGUETTA SINISTRA*/\r\n.motion-chat-div-left {\r\n  /* Style attributes*/\r\n\r\n  left: 0px;\r\n  display: none;\r\n  position: fixed;\r\n  cursor: pointer;\r\n  height: 100px;\r\n  width: 25px;\r\n  -webkit-transition: all 0.7s ease-out;\r\n  -moz-transition: all 0.7s ease-out;\r\n  -ms-transition: all 0.7s ease-out;\r\n  -o-transition: all 0.7s ease-out;\r\n  transition: all 0.7s ease-out;\r\n  z-index: 9999;\r\n  user-select: none;\r\n  flex-direction: column;\r\n  justify-content: space-between;\r\n}\r\n\r\ndiv#chat_tab_arrow {\r\n  font-size: 1.25em;\r\n  font-weight: bold;\r\n  text-align: center;\r\n  display: flex;\r\n  align-items: center;\r\n  justify-content: center;\r\n\r\n  strong {\r\n    transform: scale(1.5, 1.5);\r\n    transform-origin: center center;\r\n    transform-style: preserve-3d;\r\n  }\r\n}\r\n\r\n#chat_tab_text {\r\n  flex-grow: 1;\r\n  text-align: center;\r\n}\r\n\r\n@media only screen and (max-width: 320px) {\r\n  /* IFRAME BASSO-DESTRA*/\r\n  .motion-chat-iframe-right {\r\n    /* Style attributes*/\r\n\r\n    width: 295px;\r\n    bottom: 0px;\r\n    right: 0;\r\n  }\r\n\r\n  /* IFRAME BASSO-DESTRA*/\r\n  .motion-chat-iframe-left {\r\n    /* Style attributes*/\r\n\r\n    width: 295px;\r\n    bottom: 0px;\r\n    right: 0;\r\n  }\r\n}\r\n\r\n@media only screen and (max-height: 450px) {\r\n  /* IFRAME BASSO-DESTRA*/\r\n  iframe[id='motion-chat-iframe'] {\r\n    /* Style attributes*/\r\n    height: 100% !important;\r\n  }\r\n\r\n  .motion-chat-iframe-right {\r\n    /* Style attributes*/\r\n\r\n    top: 0px !important;\r\n  }\r\n\r\n  /* IFRAME BASSO-DESTRA*/\r\n  .motion-chat-iframe-left {\r\n    /* Style attributes*/\r\n\r\n    top: 0px !important;\r\n  }\r\n\r\n  div[id='motion-chat-iframe-tab'] {\r\n    /* Style attributes*/\r\n\r\n    top: auto !important;\r\n    bottom: 0px !important;\r\n  }\r\n}\r\n"],"names":[],"sourceRoot":""}
\ No newline at end of file