juice-shop/juice-shop

View on GitHub
frontend/src/app/address-select/address-select.component.scss

Summary

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

.btn-pay {
  display: block;
  width: 100%;
}

.mat-raised-button {
  margin-right: 3px;
  margin-top: 3px;
}

#card {
  display: block;
  margin-left: 20%;
  margin-right: 20%;
}