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.

56 lines
1.0KB

  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. max-width: 800px;
  11. text-align: center;
  12. vertical-align: middle;
  13. padding: 20px;
  14. box-shadow: 0 0 6px black;
  15. border-radius: 5px;
  16. background-color: white;
  17. margin: 10% auto 100px;
  18. }
  19. div.vertical-spacer {
  20. height:1px;
  21. margin-bottom: 30px;
  22. }
  23. div.admin-panel {
  24. position:relative;
  25. height: 100px;
  26. text-align: center;
  27. margin-top: 10px;
  28. margin-bottom: 20px;
  29. padding-top: 50px;
  30. box-shadow: rgb(0 0 0 / 2%) 0px 1px 3px 0px, rgb(175 175 175 / 15%) 0px 0px 0px 1px
  31. }
  32. div.admin-panel.dangerous {
  33. margin-top: 30px;
  34. border-radius: 0px 0px 50px 50px;
  35. background-color: #ffeeee;
  36. }
  37. span.spacer{
  38. display: inline-block;
  39. width: 30px;
  40. }
  41. div.admin-label{
  42. position: absolute;
  43. left: 0px;
  44. top: 0px;
  45. background-color: #dadada4a;
  46. width: 100%;
  47. box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  48. }