projectb/assets/js/custom-js-css/nav_pane_hover.css
2024-01-12 11:15:53 +05:30

72 lines
1.2 KiB
CSS

/* .section.main-heading:hover{
background-color: gray;
color: #333;
} */
/* .sectionHoverClass:hover{
background-color: aquamarine;
} */
/* .sectionHoverClass {
width: 500px;
height: 30px;
background-color: white;
transition: background-color 0.3s ease;
}
.sectionHoverClass:active {
background-color: aquamarine;
}
.questionDragHover {
width: 500px;
height: 30px;
background-color: white;
transition: background-color 0.3s ease;
}
.questionDragHover:hover{
height: 60px;
}
.questionDragHover:active {
background-color: aquamarine;
} */
/* .draggedElementStart{
height: 30px;
font-weight: 50%;
} */
/* .draggedElementLeave{
background-color: #ccc;
} */
.dragOverElement{
/* width: 270px; */
/* padding: 40px 0px 0px 0px 0px ; */
/* margin-left: -20px; */
/* border: 2px solid #000; */
border: 2px solid rgba(0, 0, 0, 0.5);
border-radius: 10px;
/* height: 50px; */
/* padding-left: 200px; */
/* background-color: #ccc; */
}
.fa-grip-horizontal{
/* position: absolute; */
/* right: -72px !important; */
}