App.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. /*.kourtina{
  2. z-index: 2;
  3. height: 100vh;
  4. position: fixed;
  5. top: 0;
  6. width: 100%;
  7. }*/
  8. <<<<<<< HEAD
  9. .main {
  10. flex-direction: column;
  11. width: 100vw;
  12. height: 100vh;
  13. overflow: hidden;
  14. background-color:#dfdfdf;
  15. }
  16. .mainbar{
  17. z-index: 1;
  18. display: flex;
  19. justify-content: space-between;
  20. background: #F1F1F1;
  21. top: 0;
  22. width: 100%;
  23. border-bottom: 1px solid rgb(0, 0, 0,0.16);
  24. opacity: 1;
  25. }
  26. .horizontal_bars {
  27. display: flex;
  28. flex-direction: row;
  29. flex-basis: 100%;
  30. }
  31. .horizontal_bars .toolbox{
  32. background: #F1F1F1;
  33. z-index: 1;
  34. flex-shrink: 0;
  35. <<<<<<< HEAD
  36. =======
  37. height: calc(100vh - 50px);
  38. >>>>>>> ba414cb418cbf03c7d613b72275b476d188f0fb7
  39. display: flex;
  40. flex-direction: row;
  41. }
  42. .horizontal_bars .toolbox .tool_icon_bar{
  43. width: 48px;
  44. background: #F1F1F1 0% 0% no-repeat padding-box;
  45. box-shadow: 1px 0px 1px rgb(0, 0, 0,0.16);
  46. }
  47. .horizontal_bars .toolbox .moduleBar{
  48. padding: 10px;
  49. width: 311px;
  50. overflow-y: scroll;
  51. overflow-x: hidden;
  52. }
  53. <<<<<<< HEAD
  54. .horizontal_bars .sidebar{
  55. width: 311px;
  56. z-index: 1;
  57. flex-shrink: 0;
  58. background: #F1F1F1 0% 0% no-repeat padding-box;
  59. opacity: 1;
  60. overflow: scroll;
  61. }
  62. body {
  63. background: #dfdfdf;
  64. }
  65. =======
  66. >>>>>>> ba414cb418cbf03c7d613b72275b476d188f0fb7
  67. .playground{
  68. background-color:#dfdfdf;
  69. margin-top: 0px;
  70. display: flex;
  71. position: absolute;
  72. top:150px;
  73. left:0;
  74. right: 0;
  75. bottom: 0;
  76. flex-direction: column;
  77. position: absolute;
  78. top: 0px;
  79. width: 100%;
  80. z-index: 0;
  81. }
  82. .phone{
  83. margin:0 auto;
  84. overflow-x: hidden;
  85. overflow-y: hidden;
  86. }
  87. .horizontal_bars .wrapper {
  88. display: flex;
  89. flex-direction: column;
  90. flex-grow: 1;
  91. }
  92. .horizontal_bars .wrapper .sidebar{
  93. width: 311px;
  94. z-index: 1;
  95. align-self: flex-end;
  96. height: 100%;
  97. background: #F1F1F1;
  98. opacity: 1;
  99. }
  100. .horizontal_bars .wrapper .pageNav{
  101. background-color: white;
  102. height: 47px;
  103. background: #F8F8F8 0% 0% no-repeat;
  104. /*width:auto;*/
  105. box-shadow: 0px 1px 0px 0px #F8F8F8;
  106. opacity: 1;
  107. z-index: 1;
  108. }