juice-shop/juice-shop

View on GitHub
frontend/src/app/challenge-solved-notification/challenge-solved-notification.component.scss

Summary

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

.container {
  font-size: 14px;
  margin: 40px;
}

mat-card {
  margin-bottom: 10px;
}


#closeButton {
  float: right;
}

.icon-box {
  display: inline-flex;
  vertical-align: middle;
}