123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- /*.kourtina{
- z-index: 2;
- height: 100vh;
- position: fixed;
- top: 0;
- width: 100%;
- }*/
- .mainbar{
- z-index: 2;
- display: flex;
- justify-content: space-between;
- position: fixed;
- height: 48px;
- background: #F1F1F1;
- top: 0;
- width: 100%;
- background: #F1F1F1 0% 0% no-repeat padding-box;
- box-shadow: 0px 1px 1px #000000;
- opacity: 0.5;
- }
- .horizontal_bars {
-
- display: flex;
- flex-direction: row;
- justify-content:space-between;
- margin-top: 50px
- }
- .horizontal_bars .toolbox{
- background: #F1F1F1;
- z-index: 1;
- flex-shrink: 0;
- position: absolute;
- height: calc(100vh - 15px);
- 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;
- overflow-y: scroll;
- overflow-x: hidden;
- }
- .horizontal_bars .sidebar{
- width: 311px;
- z-index: 1;
- flex-shrink: 0;
- position: fixed;
- right: 0;
- height: calc(100vh - 50px);
- background: #F1F1F1 0% 0% no-repeat padding-box;
- opacity: 1;
- }
- .playground{
- background-color:#dfdfdf;
- margin-top: 0px;
- height: calc(100vh - 5px);
- display: flex;
- flex-direction: column;
- }
- .phone{
- margin:0 auto;
- }
- .paegNav{
- background-color: white;
- margin-bottom: 10px;
- margin-left:285px;
-
-
- height: 48px;
- background: #F8F8F8 0% 0% no-repeat padding-box;
- box-shadow: 0px 1px 1px -1px #000000 0.5;
- opacity: 1;
- width:70%;
-
- }
|