123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- /*.kourtina{
- z-index: 2;
- height: 100vh;
- position: fixed;
- top: 0;
- width: 100%;
- }*/
- <<<<<<< HEAD
- .main {
- flex-direction: column;
- width: 100vw;
- height: 100vh;
- overflow: hidden;
- background-color:#dfdfdf;
- }
- .mainbar{
- z-index: 1;
- display: flex;
- justify-content: space-between;
- background: #F1F1F1;
- top: 0;
- width: 100%;
- border-bottom: 1px solid rgb(0, 0, 0,0.16);
- opacity: 1;
- }
- .horizontal_bars {
- display: flex;
- flex-direction: row;
- flex-basis: 100%;
- }
- .horizontal_bars .toolbox{
- background: #F1F1F1;
- z-index: 1;
- flex-shrink: 0;
- <<<<<<< HEAD
- =======
- height: calc(100vh - 50px);
- >>>>>>> ba414cb418cbf03c7d613b72275b476d188f0fb7
- display: flex;
- flex-direction: row;
- }
- .horizontal_bars .toolbox .tool_icon_bar{
- width: 48px;
- background: #F1F1F1 0% 0% no-repeat padding-box;
- box-shadow: 1px 0px 1px rgb(0, 0, 0,0.16);
- }
- .horizontal_bars .toolbox .moduleBar{
- padding: 10px;
- width: 311px;
- overflow-y: scroll;
- overflow-x: hidden;
- }
- <<<<<<< HEAD
- .horizontal_bars .sidebar{
- width: 311px;
- z-index: 1;
- flex-shrink: 0;
- background: #F1F1F1 0% 0% no-repeat padding-box;
- opacity: 1;
- overflow: scroll;
- }
- body {
- background: #dfdfdf;
- }
- =======
- >>>>>>> ba414cb418cbf03c7d613b72275b476d188f0fb7
- .playground{
- background-color:#dfdfdf;
- margin-top: 0px;
- display: flex;
- position: absolute;
- top:150px;
- left:0;
- right: 0;
- bottom: 0;
- flex-direction: column;
- position: absolute;
- top: 0px;
- width: 100%;
- z-index: 0;
- }
- .phone{
- margin:0 auto;
- overflow-x: hidden;
- overflow-y: hidden;
- }
- .horizontal_bars .wrapper {
- display: flex;
- flex-direction: column;
- flex-grow: 1;
- }
- .horizontal_bars .wrapper .sidebar{
- width: 311px;
- z-index: 1;
- align-self: flex-end;
- height: 100%;
- background: #F1F1F1;
- opacity: 1;
- }
- .horizontal_bars .wrapper .pageNav{
- background-color: white;
- height: 47px;
- background: #F8F8F8 0% 0% no-repeat;
- /*width:auto;*/
- box-shadow: 0px 1px 0px 0px #F8F8F8;
- opacity: 1;
- z-index: 1;
- }
|