Broker System for Supercredit
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
437B

  1. div.parent {
  2. display: table;
  3. width: 100%;
  4. height: 100vh;
  5. opacity: 0.95;
  6. background: url('../../assets/img/bg/bg-settings.jpg') no-repeat center center fixed;
  7. background-size: cover;
  8. }
  9. .settings {
  10. margin-left: auto;
  11. margin-right: auto;
  12. margin-top: 10%;
  13. max-width: 600px;
  14. text-align: center;
  15. vertical-align: middle;
  16. padding: 20px;
  17. box-shadow: 0 0 6px black;
  18. border-radius: 5px;
  19. background-color: white;
  20. }