juice-shop/juice-shop

View on GitHub
frontend/src/app/order-completion/order-completion.component.scss

Summary

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

.heading {
  background: rgba(0, 0, 0, 0.2);
  font-size: x-large;
}

.heading-text {
  justify-content: center;
  padding: 12px 20px;
}

.mat-own-card {
  display: block;
  margin-left: 20%;
  margin-right: 20%;
}


mat-cell,
mat-footer-cell,
mat-header-cell {
  padding-left: 10px;
  padding-right: 10px;
}

.price-align {
  text-align: right;
}

.tweet-logo {
  height: 24px;
}