You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

50 lines
943 B

.modules{
height: calc(100vh - 50px);
width: 100%;
.sidebar{
height: calc(100vh - 50px);
padding: 50px;
.div-drag-container{
width: 100%;
height: 40px;
line-height: 40px;
margin: 20px 0 10px 0;
background: $grey;
border-radius: 5px;
color: white;
text-align: center;
font-size: $font-12;
.div-drag{
width: 100%;
height: 40px;
line-height: 40px;
background: $red;
color: white;
text-align: center;
font-size: $font-12;
border-radius: 5px;
cursor: grab;
}
}
}
.content{
background: $light-grey;
text-align: center;
padding: 50px;
.div-drop{
width: 100px;
padding: 10px;
margin: 20px 0 10px 0;
background: $grey;
color: white;
text-align: center;
font-size: $font-12;
border-radius: 5px;
}
}
}