juice-shop/juice-shop

View on GitHub
frontend/src/app/change-password/change-password.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%;
}

mat-form-field {
  padding-top: 10px;
}

.form-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

button {
  margin-top: 5px;
}

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