_errorpage.scss 791 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. //
  2. // Layout
  3. //
  4. .error-row {
  5. display: flex;
  6. flex-direction: row;
  7. }
  8. .error-column {
  9. display: flex;
  10. flex-direction: column;
  11. }
  12. .error-space-between {justify-content: space-between;}
  13. .graph-box {
  14. width: 62%;
  15. padding: 2rem 1rem;
  16. }
  17. .info-box {
  18. width: 38%;
  19. padding: 2rem 1rem 6rem;
  20. }
  21. .graph-percentage {padding: 0 0 1.5rem;}
  22. .image-box {padding: .5rem}
  23. .left-margin{padding: 0 0 0 5rem;}
  24. .current-box {justify-content: flex-end;}
  25. //
  26. // Text
  27. //
  28. .current-text {
  29. color: $blue;
  30. font-weight: bold;
  31. line-height: 1rem;
  32. }
  33. .error-link {color: $orange;}
  34. .error-minus {
  35. color: #7eb26d;
  36. padding: 0 .5rem;
  37. line-height: 1.5rem;
  38. }
  39. .graph-percentage p {
  40. text-align: right;
  41. margin: 0;
  42. line-height: 1rem;
  43. }
  44. .graph-text {margin: 0;}