Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
:root {
  --AuthenticationPanel-content-width: 404px;
  --AuthenticationPanel-content-450px-width: 242px;
}

.AuthenticationPanel-content {
  width: var(--AuthenticationPanel-content-width);
  margin: var(--space-2x) auto 0;
}

@media (max-width: 450px) {
  .AuthenticationPanel-content {
    max-width: var(--AuthenticationPanel-content-450px-width);
    width: calc(100vw - 80px);
  }
}