index.css 1.24 KB
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.export-button-mobile {
  display: none !important;
  position: fixed;
  bottom: 85px;
  right: 0;
  min-width: 50px;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.export-button-mobile span {
  display: none;
}

.vuzo_container {
  text-align: center;
  padding: 8px;
  display: inline-flex;
  margin: 10px auto;
  position: absolute;
}

.vuzo_img, .vuzo_gpay, .vuzo_qr {
  padding: 0 2px;
}
@media screen and (max-width: 640px) {
  .export-button-mobile {
    display: flex !important; 
  }
}

@media screen and (max-height: 1024px) {
  .vuzo_container {
    margin: 130px auto !important;
    position: inherit !important;
  }
}
@media screen and (max-height: 900px) {
  .vuzo_container {
    margin: 130px auto !important;
    position: inherit !important;
  }
}
@media screen and (max-height: 720px) {
  .vuzo_container {
    margin: 10px auto !important;
    position: inherit !important;
  }
}