Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. .dashboard {
  2. &-inner {
  3. display: flex;
  4. flex-direction: column;
  5. justify-content: flex-start;
  6. align-content: center;
  7. min-height: 100vh;
  8. margin-top: $reporting-report-offset-top;
  9. max-width: 1900px;
  10.  
  11. &-grid {
  12. display: flex;
  13. flex-flow: row wrap;
  14. justify-content: center;
  15. align-content: center;
  16. overflow: hidden;
  17. max-height: 100%;
  18. margin: 0 auto;
  19. max-width: 1900px;
  20.  
  21. &-item {
  22. margin: $reporting-view-spacing;
  23. // &-1 {
  24. // min-width: 50%;
  25. // }
  26.  
  27. &-2 {
  28. // min-width: 50%;
  29. // margin-right: 100px
  30. }
  31.  
  32. &-3 {
  33. max-width: 238px !important;
  34. margin-right: 8px;
  35. height: 687px !important;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement