juice-shop/juice-shop

View on GitHub
frontend/src/app/two-factor-auth-enter/two-factor-auth-enter.component.scss

Summary

Maintainability
Test Coverage
/*!
 * Copyright (c) 2014-2024 Bjoern Kimminich & the OWASP Juice Shop contributors.
 * SPDX-License-Identifier: MIT
 */

mat-card {
  height: auto;
  min-width: 320px;
  width: 25%;
}

#totpSubmitButton {
  margin-left: 20%;
  margin-top: 30px;
  width: 60%;
}

#inputToken {
  width: 100%;
}