123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- /*.kourtina{
- z-index: 2;
- height: 100vh;
- position: fixed;
- top: 0;
- width: 100%;
- }*/
- .mainbar{
- z-index: 1;
- display: flex;
- justify-content: space-between;
- position: fixed;
- height: 55px;
- background: #B8B8B8;
- top: 0;
- width: 100%;
- color:white;
- border-bottom: 1px solid #808080;
- }
- .horizontal_bars {
-
- display: flex;
- flex-direction: row;
- justify-content:space-between;
- margin-top: 56px
- }
- .horizontal_bars .toolbox{
- width:200px;
- background: #B8B8B8;
- z-index: 1;
- flex-shrink: 0;
- position: fixed;
- height: 100vh;
- }
- .horizontal_bars .sidebar{
- width: 200px;
- background: #B8B8B8;
- z-index: 1;
- flex-shrink: 0;
- position: fixed;
- right: 0;
- height: 100vh;
- }
- .playground{
- margin-top: 20px;
- height: 100vh;
- display: flex;
- justify-content:center;
- }
- .phone{
- margin:0 auto;
- }
|