App.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /*.kourtina{
  2. z-index: 2;
  3. height: 100vh;
  4. position: fixed;
  5. top: 0;
  6. width: 100%;
  7. }*/
  8. .mainbar{
  9. z-index: 2;
  10. display: flex;
  11. justify-content: space-between;
  12. position: fixed;
  13. height: 48px;
  14. background: #F1F1F1;
  15. top: 0;
  16. width: 100%;
  17. background: #F1F1F1 0% 0% no-repeat padding-box;
  18. box-shadow: 0px 1px 1px #000000;
  19. opacity: 0.5;
  20. }
  21. .horizontal_bars {
  22. display: flex;
  23. flex-direction: row;
  24. justify-content:space-between;
  25. margin-top: 50px
  26. }
  27. .horizontal_bars .toolbox{
  28. background: #F1F1F1;
  29. z-index: 1;
  30. flex-shrink: 0;
  31. position: absolute;
  32. height: calc(100vh - 15px);
  33. display: flex;
  34. flex-direction: row;
  35. }
  36. .horizontal_bars .toolbox .tool_icon_bar{
  37. width: 48px;
  38. background: #F1F1F1 0% 0% no-repeat padding-box;
  39. box-shadow: 1px 0px 1px rgb(0, 0, 0,0.16);
  40. }
  41. .horizontal_bars .toolbox .moduleBar{
  42. padding: 10px;
  43. overflow-y: scroll;
  44. overflow-x: hidden;
  45. }
  46. .horizontal_bars .sidebar{
  47. width: 311px;
  48. z-index: 1;
  49. flex-shrink: 0;
  50. position: fixed;
  51. right: 0;
  52. height: calc(100vh - 50px);
  53. background: #F1F1F1 0% 0% no-repeat padding-box;
  54. opacity: 1;
  55. }
  56. .playground{
  57. background-color:#dfdfdf;
  58. margin-top: 0px;
  59. height: calc(100vh - 5px);
  60. display: flex;
  61. flex-direction: column;
  62. }
  63. .phone{
  64. margin:0 auto;
  65. }
  66. .paegNav{
  67. background-color: white;
  68. margin-bottom: 10px;
  69. margin-left:285px;
  70. height: 48px;
  71. background: #F8F8F8 0% 0% no-repeat padding-box;
  72. box-shadow: 0px 1px 1px -1px #000000 0.5;
  73. opacity: 1;
  74. width:70%;
  75. }