App.css 863 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. /*.kourtina{
  2. z-index: 2;
  3. height: 100vh;
  4. position: fixed;
  5. top: 0;
  6. width: 100%;
  7. }*/
  8. .mainbar{
  9. z-index: 1;
  10. display: flex;
  11. justify-content: space-between;
  12. position: fixed;
  13. height: 55px;
  14. background: #B8B8B8;
  15. top: 0;
  16. width: 100%;
  17. color:white;
  18. border-bottom: 1px solid #808080;
  19. }
  20. .horizontal_bars {
  21. display: flex;
  22. flex-direction: row;
  23. justify-content:space-between;
  24. margin-top: 56px
  25. }
  26. .horizontal_bars .toolbox{
  27. width:200px;
  28. background: #B8B8B8;
  29. z-index: 1;
  30. flex-shrink: 0;
  31. position: fixed;
  32. height: 100vh;
  33. }
  34. .horizontal_bars .sidebar{
  35. width: 200px;
  36. background: #B8B8B8;
  37. z-index: 1;
  38. flex-shrink: 0;
  39. position: fixed;
  40. right: 0;
  41. height: 100vh;
  42. }
  43. .playground{
  44. margin-top: 20px;
  45. height: 100vh;
  46. display: flex;
  47. justify-content:center;
  48. }
  49. .phone{
  50. margin:0 auto;
  51. }